HttpRequest.HttpChannelBinding Property
.NET Framework (current version)
Gets the ChannelBinding object of the current HttpWorkerRequest instance.
Assembly: System.Web (in System.Web.dll)
public ChannelBinding HttpChannelBinding { [PermissionSetAttribute(SecurityAction.Demand, Unrestricted = true)] get; }
Property Value
Type: System.Security.Authentication.ExtendedProtection.ChannelBindingThe ChannelBinding object of the current HttpWorkerRequest instance.
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The current HttpWorkerRequest object is not a System.Web.Hosting.IIS7WorkerRequest object or a System.Web.Hosting.ISAPIWorkerRequestInProc object. |
.NET Framework
Available since 2.0
Available since 2.0
Show: