HttpRequestWrapper::HttpChannelBinding Property

.NET Framework (current version)
 

Gets the ChannelBinding object of the current HttpWorkerRequest instance.

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

public:
property ChannelBinding^ HttpChannelBinding {
	virtual ChannelBinding^ get() override;
}

Exception Condition
NotImplementedException

The current HttpWorkerRequest object is not a System.Web.Hosting.IIS7WorkerRequest object or a System.Web.Hosting.ISAPIWorkerRequestInProc object.

.NET Framework
Available since 4.0
Return to top
Show: