2 types derived from SingletonConnectionReader
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
951class ServerSingletonConnectionReader : SingletonConnectionReader
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
489class ClientSingletonConnectionReader : SingletonConnectionReader
6 references to SingletonConnectionReader
System.ServiceModel (6)
System\ServiceModel\Channels\SingletonConnectionReader.cs (6)
1269SingletonConnectionReader parent; 1272public ReceiveAsyncResult(SingletonConnectionReader parent, TimeSpan timeout, AsyncCallback callback, 1314SingletonConnectionReader parent; 1318public StreamedFramingRequestContext(SingletonConnectionReader parent, Message requestMessage) 1373SingletonConnectionReader reader; 1380public SingletonInputConnectionStream(SingletonConnectionReader reader, IConnection connection,