示例#1
0
 public StreamedFramingAsyncRequest(Microsoft.ServiceBus.Channels.StreamedFramingRequestChannel channel, AsyncCallback callback, object state) : base(callback, state)
 {
     this.channel = channel;
     this.connectionPoolHelper = new Microsoft.ServiceBus.Channels.StreamedFramingRequestChannel.StreamedConnectionPoolHelper(channel);
 }
示例#2
0
 public StreamedFramingRequest(Microsoft.ServiceBus.Channels.StreamedFramingRequestChannel channel)
 {
     this.channel = channel;
     this.connectionPoolHelper = new Microsoft.ServiceBus.Channels.StreamedFramingRequestChannel.StreamedConnectionPoolHelper(channel);
 }
示例#3
0
 public ClientSingletonConnectionReader(Microsoft.ServiceBus.Channels.IConnection connection, Microsoft.ServiceBus.Channels.StreamedFramingRequestChannel.StreamedConnectionPoolHelper connectionPoolHelper, Microsoft.ServiceBus.Channels.IConnectionOrientedTransportFactorySettings settings) : base(connection, 0, 0, connectionPoolHelper.RemoteSecurity, settings, null)
 {
     this.connectionPoolHelper = connectionPoolHelper;
 }