2 overrides of CreateAsyncRequest
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
68protected override IAsyncRequest CreateAsyncRequest(Message message) => new StreamedConnectionPoolHelper.StreamedFramingAsyncRequest(this);
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
102protected override IAsyncRequest CreateAsyncRequest(Message message)
1 reference to CreateAsyncRequest
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
257IAsyncRequest request = CreateAsyncRequest(message);