다음을 통해 공유


AspNetWebSocketContext.ServerVariables 속성

정의

웹 서버와 현재 AspNetWebSocket 연결에 대한 정보를 제공하는 변수의 이름/값 컬렉션을 가져옵니다.

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

속성 값

NameValueCollection

서버 변수의 컬렉션입니다.

예외

속성이 구현되지 않습니다.

적용 대상