Share via


HttpListenerWebSocketContext.Headers Propriété

Définition

Obtient les en-têtes HTTP reçus par l'objet HttpListener dans le protocole de transfert d'ouverture de WebSocket.

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property Headers As NameValueCollection

Valeur de propriété

En-têtes HTTP reçus par l'objet HttpListener.

S’applique à