1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
1079this.context = context;
5 references to context
System.ServiceModel (5)
System\ServiceModel\Channels\HttpRequestContext.cs (5)
1081IAsyncResult result = this.context.AcceptWebSocketCore(response, protocol).AsAsyncResult<WebSocketContext>(onHandleAcceptWebSocketResult, this); 1128this.context.OnAcceptWebSocketError(); 1133this.context.OnAcceptWebSocketError(); 1139this.context.SetReplySent(); 1140this.context.OnAcceptWebSocketSuccess(acceptTask.Result, response.RequestMessage);