Exemple #1
0
 /// <summary>
 /// Creates an instance of the GenuineTcpServerTransportSink class.
 /// </summary>
 /// <param name="channel">The parent channel.</param>
 /// <param name="nextChannelSink">The next channel sink for futher processing.</param>
 /// <param name="iTransportContext">The Transport Context.</param>
 public GenuineUniversalServerTransportSink(BasicChannelWithSecurity channel, IServerChannelSink nextChannelSink, ITransportContext iTransportContext)
 {
     this.ITransportContext = iTransportContext;
     this._channel          = channel;
     this._nextChannelSink  = nextChannelSink;
 }
 /// <summary>
 /// Creates an instance of the GenuineTcpServerTransportSink class.
 /// </summary>
 /// <param name="channel">The parent channel.</param>
 /// <param name="nextChannelSink">The next channel sink for futher processing.</param>
 /// <param name="iTransportContext">The Transport Context.</param>
 public GenuineUniversalServerTransportSink(BasicChannelWithSecurity channel, IServerChannelSink nextChannelSink, ITransportContext iTransportContext)
 {
     this.ITransportContext = iTransportContext;
     this._channel = channel;
     this._nextChannelSink = nextChannelSink;
 }