コード例 #1
0
ファイル: Connection.cs プロジェクト: stoneroses/objectfabric
 protected Connection(Remote remote, org.objectfabric.Headers nativeHeaders)
     : base(remote, nativeHeaders)
 {
 }
コード例 #2
0
ファイル: Remote.cs プロジェクト: stoneroses/objectfabric
 internal Attempt(Remote remote)
 {
     _remote = remote;
 }
コード例 #3
0
 internal WebSocketConnection(Remote remote)
     : base(remote, null)
 {
     _socket = new ClientWebSocket();
 }
コード例 #4
0
ファイル: Connection.cs プロジェクト: stoneroses/objectfabric
 protected Connection(Remote remote, org.objectfabric.Headers nativeHeaders)
     : base(remote, nativeHeaders)
 {
 }