예제 #1
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <param name="connectionListener"></param>
 /// <returns></returns>
 public object createConnection(ConnectOptions options, JsAction connectionListener) { return null; }
예제 #2
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <param name="connectListener"></param>
 /// <returns></returns>
 public object connect(ConnectOptions options, JsAction connectListener) { return null; }
예제 #3
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public object createConnection(ConnectOptions options) { return null; }
예제 #4
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public object connect(ConnectOptions options) { return null; }
예제 #5
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <param name="connectionListener"></param>
 /// <returns></returns>
 public object createConnection(ConnectOptions options, JsAction connectionListener)
 {
     return(null);
 }
예제 #6
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public object createConnection(ConnectOptions options)
 {
     return(null);
 }
예제 #7
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <param name="connectListener"></param>
 /// <returns></returns>
 public object connect(ConnectOptions options, JsAction connectListener)
 {
     return(null);
 }
예제 #8
0
 /// <summary>
 /// Constructs a new socket object and opens the socket to the given location. When the socket is established, the 'connect' event will be emitted.
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public object connect(ConnectOptions options)
 {
     return(null);
 }