Condividi tramite


CFSocket.CreateConnectedToSocketSignature Metodo

Definizione

Crea un socket connesso specificando una famiglia di indirizzi, un tipo di socket, un tipo di protocollo e l'endpoint a cui connettersi.

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

Parametri

family
AddressFamily
type
SocketType
proto
ProtocolType
endpoint
IPEndPoint
timeout
Double

Tempo di attesa del completamento dell'operazione.   Se il valore è negativo, non viene eseguita alcuna attesa e l'operazione viene eseguita in background.

Restituisce

Si applica a