Click or drag to resize

MessageIsAuthenticated Property

Gets the flag if the transaction is treated with authentication used: Basic Authentication, Windows integrated authentication, ...

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool IsAuthenticated { get; set; }

Property Value

Type: Boolean
See Also