예제 #1
0
 public SslHandler(int port, HttpStreamMarshal streamMarshal, X509Certificate2 x509Certificate) : base(port)
 {
     this.x509Certificate = x509Certificate;
     this.streamMarshal   = streamMarshal;
 }
예제 #2
0
 public TcpSocketHandler(int port, HttpStreamMarshal streamMarshal) : base(port)
 {
     this.streamMarshal = streamMarshal;
 }