Aracılığıyla paylaş


AspNetWebSocketContext.ServerVariables Özellik

Tanım

Web sunucusu ve geçerli bağlantı hakkında bilgi sağlayan değişkenlerin ad/değer koleksiyonunu AspNetWebSocket alır.

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

Özellik Değeri

NameValueCollection

Sunucu değişkenlerinin koleksiyonu.

Özel durumlar

özelliği uygulanmaz.

Şunlara uygulanır