예제 #1
0
 public Authority1(Socket socket)
 {
     this._socket = socket;
 }
예제 #2
0
 public Authority1(_url_._authority_.Credential credential, _url_._authority_.Socket authoritiy)
 {
     _credential = credential;
     _socket     = authoritiy;
 }