2 references to CreateProperties
System (2)
net\System\Net\WebSockets\InternalClientWebSocket.cs (1)
30
m_Properties = this.InternalBuffer.
CreateProperties
(useZeroMaskingKey);
net\System\Net\WebSockets\ServerWebSocket.cs (1)
33
m_Properties = this.InternalBuffer.
CreateProperties
(false);