示例#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);
 }