public StreamedFramingRequest(StreamedFramingRequestChannel channel)
 {
     this.channel = channel;
     this.connectionPoolHelper = new StreamedFramingRequestChannel.StreamedConnectionPoolHelper(channel);
 }
 public StreamedFramingAsyncRequest(StreamedFramingRequestChannel channel, AsyncCallback callback, object state) : base(callback, state)
 {
     this.channel = channel;
     this.connectionPoolHelper = new StreamedFramingRequestChannel.StreamedConnectionPoolHelper(channel);
 }
 public ClientSingletonConnectionReader(IConnection connection, StreamedFramingRequestChannel.StreamedConnectionPoolHelper connectionPoolHelper, IConnectionOrientedTransportFactorySettings settings) : base(connection, 0, 0, connectionPoolHelper.RemoteSecurity, settings, null)
 {
     this.connectionPoolHelper = connectionPoolHelper;
 }
예제 #4
0
 public StreamedFramingRequest(StreamedFramingRequestChannel channel)
 {
     this.channel = channel;
     this.connectionPoolHelper = new StreamedFramingRequestChannel.StreamedConnectionPoolHelper(channel);
 }
예제 #5
0
 public StreamedFramingAsyncRequest(StreamedFramingRequestChannel channel, AsyncCallback callback, object state) : base(callback, state)
 {
     this.channel = channel;
     this.connectionPoolHelper = new StreamedFramingRequestChannel.StreamedConnectionPoolHelper(channel);
 }
예제 #6
0
 public ClientSingletonConnectionReader(IConnection connection, StreamedFramingRequestChannel.StreamedConnectionPoolHelper connectionPoolHelper, IConnectionOrientedTransportFactorySettings settings) : base(connection, 0, 0, connectionPoolHelper.RemoteSecurity, settings, null)
 {
     this.connectionPoolHelper = connectionPoolHelper;
 }