コード例 #1
0
ファイル: Utils.cs プロジェクト: fjgandrade/sharpkit
 /// <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
ファイル: Utils.cs プロジェクト: fjgandrade/sharpkit
 /// <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
ファイル: Utils.cs プロジェクト: fjgandrade/sharpkit
 /// <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
ファイル: Utils.cs プロジェクト: fjgandrade/sharpkit
 /// <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
ファイル: Utils.cs プロジェクト: mustang2247/SharpKit-SDK
 /// <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
ファイル: Utils.cs プロジェクト: mustang2247/SharpKit-SDK
 /// <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
ファイル: Utils.cs プロジェクト: mustang2247/SharpKit-SDK
 /// <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
ファイル: Utils.cs プロジェクト: mustang2247/SharpKit-SDK
 /// <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);
 }