1 instantiation of RequestChannelSendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
611return new RequestChannelSendAsyncResult(message, this.SecurityProtocol, this.InnerChannel, this, timeout, callback, state);
3 references to RequestChannelSendAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelFactory.cs (3)
616return RequestChannelSendAsyncResult.End(result); 884RequestChannelSendAsyncResult self = result as RequestChannelSendAsyncResult;