Example #1
0
 public static CleartextStream Connect(int port, string host, ConnectOptions options, Action secureConnectListener)
 {
     return(null);
 }
Example #2
0
 public static CleartextStream Connect(ConnectOptions options, Action secureConnectListener)
 {
     return(null);
 }
Example #3
0
 public static CleartextStream Connect(int port, string host, ConnectOptions options)
 {
     return(null);
 }
Example #4
0
 public static CleartextStream Connect(ConnectOptions options)
 {
     return(null);
 }
Example #5
0
 public static CleartextStream Connect(int port, string host, ConnectOptions options, Action secureConnectListener)
 {
     return null;
 }
Example #6
0
 public static CleartextStream Connect(int port, string host, ConnectOptions options)
 {
     return null;
 }
Example #7
0
 public static CleartextStream Connect(ConnectOptions options, Action secureConnectListener)
 {
     return null;
 }
Example #8
0
 public static CleartextStream Connect(ConnectOptions options)
 {
     return null;
 }