AspNetWebSocketContext.Headers Propiedad

Definición

Obtiene la colección de encabezados que envió un cliente remoto.

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

NameValueCollection

Colección de encabezados de mensaje.

Excepciones

La propiedad no está implementada.

Se aplica a