AspNetWebSocketContext.Headers Propriété

Définition

Obtient la collection d'en-têtes envoyée par un client distant.

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é

NameValueCollection

Collection d'en-têtes de message.

Exceptions

La propriété n'est pas implémentée.

S’applique à