Example #1
0
 public static Server CreateServer(CreateServerOptions options, Action<CleartextStream> secureConnectionListener)
 {
     return null;
 }
Example #2
0
 public static Server CreateServer(CreateServerOptions options)
 {
     return(null);
 }
Example #3
0
 public static Server CreateServer(CreateServerOptions options)
 {
     return null;
 }