OperationContext::RequestContext Property

 

Gets or sets the RequestContext implementation for this method.

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

public:
property RequestContext^ RequestContext {
	RequestContext^ get();
	void set(RequestContext^ value);
}

Property Value

Type: System.ServiceModel.Channels::RequestContext^

An RequestContext implementation, or null if there is no request context.

One-way operations are do not have a request context.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: