1 implementation of GetCloseStatus
System.Web (1)
WebSockets\UnmanagedWebSocketContext.cs (1)
38public int GetCloseStatus(out ushort pStatusCode, out IntPtr ppszReason, out ushort pcchReason) {
1 reference to GetCloseStatus
System.Web (1)
WebSockets\WebSocketPipe.cs (1)
193int hr = _context.GetCloseStatus(out statusCode, out reasonPtr, out reasonLength);