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