HttpRequest.HttpChannelBinding Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’objet ChannelBinding de l’instance actuelle HttpWorkerRequest .
public:
property System::Security::Authentication::ExtendedProtection::ChannelBinding ^ HttpChannelBinding { System::Security::Authentication::ExtendedProtection::ChannelBinding ^ get(); };
public System.Security.Authentication.ExtendedProtection.ChannelBinding HttpChannelBinding { get; }
member this.HttpChannelBinding : System.Security.Authentication.ExtendedProtection.ChannelBinding
Public ReadOnly Property HttpChannelBinding As ChannelBinding
Valeur de propriété
Objet ChannelBinding de l’instance actuelle HttpWorkerRequest .
Exceptions
L’objet actuel HttpWorkerRequest n’est pas un System.Web.Hosting.IIS7WorkerRequest objet ou un System.Web.Hosting.ISAPIWorkerRequestInProc objet.