OperationContext::HasSupportingTokens Property

 

Gets a value that indicates whether the incoming message has supporting tokens.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property bool HasSupportingTokens {
	bool get();
}

Property Value

Type: System::Boolean

true if the incoming message has supporting tokens; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: