WSTrustRequestProcessingErrorEventArgs::RequestType Property

.NET Framework (current version)
 

Gets the WS-Trust request type that failed.

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

public:
property String^ RequestType {
	String^ get();
}

Property Value

Type: System::String^

The URI that represents the WS-Trust request type.

The contents of the wst:RequestType element for the failed request.

.NET Framework
Available since 4.5
Return to top
Show: