GetConnection() private méthode

private GetConnection ( string host, int port ) : void
host string
port int
Résultat void
Exemple #1
0
 private void GetConnection()
 {
     if (!_transport.IsConnected)
     {
         _transport.GetConnection(_host, _port);
     }
 }
Exemple #2
0
 void GetConnection()
 {
     if (!transport.IsConnected)
     {
         transport.GetConnection(ServicePoint);
     }
 }