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