OperationContext::Channel Property

 

Gets the channel associated with the current OperationContext object.

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

public:
property IContextChannel^ Channel {
	IContextChannel^ get();
}

Property Value

Type: System.ServiceModel::IContextChannel^

An IContextChannel associated with the current OperationContext.

.NET Framework
Available since 3.0
Return to top
Show: