다음을 통해 공유


WebSocketMessageProperty.OpeningHandshakeProperties 속성

정의

열기 핸드셰이크 속성의 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::ReadOnlyDictionary<System::String ^, System::Object ^> ^ OpeningHandshakeProperties { System::Collections::ObjectModel::ReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<string,object> OpeningHandshakeProperties { get; }
member this.OpeningHandshakeProperties : System.Collections.ObjectModel.ReadOnlyDictionary<string, obj>
Public ReadOnly Property OpeningHandshakeProperties As ReadOnlyDictionary(Of String, Object)

속성 값

ReadOnlyDictionary<String,Object>

ReadOnlyDictionary<TKey,TValue>에 포함된 열기 핸드셰이크 속성의 컬렉션입니다.

적용 대상