1 override of AcceptWebSocketCore
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
795protected override Task<WebSocketContext> AcceptWebSocketCore(HttpResponseMessage response, string protocol)
2 references to AcceptWebSocketCore
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
489acceptTask = this.AcceptWebSocketCore(response, protocol); 1081IAsyncResult result = this.context.AcceptWebSocketCore(response, protocol).AsAsyncResult<WebSocketContext>(onHandleAcceptWebSocketResult, this);