Compartir a través de


HttpListenerWebSocketContext.Headers Propiedad

Definición

Obtiene los encabezados HTTP recibidos por el objeto de HttpListener en el protocolo de enlace de apertura 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

Valor de propiedad

Los encabezados HTTP recibidos por el objeto HttpListener .

Se aplica a