3 overrides of CreateAsyncRequest
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1087protected override IAsyncRequest CreateAsyncRequest(Message message, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
125protected override IAsyncRequest CreateAsyncRequest(Message message, AsyncCallback callback, object state)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
78protected override IAsyncRequest CreateAsyncRequest(Message message, AsyncCallback callback, object state)
1 reference to CreateAsyncRequest
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
229IAsyncRequest asyncRequest = CreateAsyncRequest(message, callback, state);