HttpRequestBase::HttpChannelBinding Property
.NET Framework (current version)
When overridden in a derived class, gets the ChannelBinding object of the current HttpWorkerRequest instance.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Security.Authentication.ExtendedProtection::ChannelBinding^The ChannelBinding object of the current HttpWorkerRequest instance.
| 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
Available since 4.0
Show: