1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (1)
26this.channel = channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (3)
66IAsyncResult result = BeginSendCore(this.channel, message, timeoutHelper.RemainingTime(), sharedCallback, this); 71EndSendCore(this.channel, result); 115self.EndSendCore(self.channel, result);