1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
877this.channel = this.requestor.CreateChannel(this.operation, this.target, this.via);
10 references to channel
System.ServiceModel (10)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (10)
878IAsyncResult result = this.channel.BeginOpen(this.timeoutHelper.RemainingTime(), openChannelCallback, this); 883this.channel.EndOpen(result); 898self.channel.EndOpen(result); 938IAsyncResult result = this.channel.BeginRequest(requestMessage, this.timeoutHelper.RemainingTime(), Fx.ThunkCallback(new AsyncCallback(this.RequestCallback)), wrapper); 946Message reply = this.channel.EndRequest(result); 972Message reply = this.channel.EndRequest(result); 1018IAsyncResult result = this.channel.BeginClose(this.timeoutHelper.RemainingTime(), closeChannelCallback, this); 1023this.channel.EndClose(result); 1037self.channel.EndClose(result); 1056this.requestor.OnOperationFailure(operation, target, currentToken, e, this.channel);