CFSocket.CreateConnectedToSocketSignature Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un socket connecté en spécifiant une famille d’adresses, un type de socket, un type de protocole ainsi que le point de terminaison auquel se connecter.
public static CoreFoundation.CFSocket CreateConnectedToSocketSignature (System.Net.Sockets.AddressFamily family, System.Net.Sockets.SocketType type, System.Net.Sockets.ProtocolType proto, System.Net.IPEndPoint endpoint, double timeout);
static member CreateConnectedToSocketSignature : System.Net.Sockets.AddressFamily * System.Net.Sockets.SocketType * System.Net.Sockets.ProtocolType * System.Net.IPEndPoint * double -> CoreFoundation.CFSocket
Paramètres
- family
- AddressFamily
- type
- SocketType
- proto
- ProtocolType
- endpoint
- IPEndPoint
- timeout
- Double
Délai d’attente avant la fin de l’opération. Si la valeur est négative, aucune attente n’a lieu et l’opération a lieu en arrière-plan.