1 write to m_Properties
System (1)
net\System\Net\WebSockets\InternalClientWebSocket.cs (1)
30m_Properties = this.InternalBuffer.CreateProperties(useZeroMaskingKey);
2 references to m_Properties
System (2)
net\System\Net\WebSockets\InternalClientWebSocket.cs (2)
54Contract.Assert(m_Properties != null, "'m_Properties' MUST NOT be NULL."); 56WebSocketProtocolComponent.WebSocketCreateClientHandle(m_Properties, out sessionHandle);