C# Class NuoDb.Data.Client.Net.CryptoSocket

Inheritance: Socket
Afficher le fichier Open project: nuodb/nuodb-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
CryptoSocket ( ) : System
CryptoSocket ( IPAddress address, int port ) : System
CryptoSocket ( IPEndPoint socketAddr ) : System
CryptoSocket ( Stream input, Stream output ) : System
CryptoSocket ( string address, int port ) : System

Method Details

CryptoSocket() public méthode

public CryptoSocket ( ) : System
Résultat System

CryptoSocket() public méthode

public CryptoSocket ( IPAddress address, int port ) : System
address System.Net.IPAddress
port int
Résultat System

CryptoSocket() public méthode

public CryptoSocket ( IPEndPoint socketAddr ) : System
socketAddr System.Net.IPEndPoint
Résultat System

CryptoSocket() public méthode

public CryptoSocket ( Stream input, Stream output ) : System
input Stream
output Stream
Résultat System

CryptoSocket() public méthode

public CryptoSocket ( string address, int port ) : System
address string
port int
Résultat System