1 instantiation of StreamedFramingRequestChannel
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
233
return (TChannel)(object)new
StreamedFramingRequestChannel
(this, this, address, via,
4 references to StreamedFramingRequestChannel
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
126
private
StreamedFramingRequestChannel
_channel;
129
public StreamedConnectionPoolHelper(
StreamedFramingRequestChannel
channel)
200
private
StreamedFramingRequestChannel
_channel;
207
public StreamedFramingAsyncRequest(
StreamedFramingRequestChannel
channel)