SocketAsyncEventArgs.RemoteEndPoint Proprietà
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'endpoint IP remoto per un'operazione asincrona.
public:
property System::Net::EndPoint ^ RemoteEndPoint { System::Net::EndPoint ^ get(); void set(System::Net::EndPoint ^ value); };
public System.Net.EndPoint RemoteEndPoint { get; set; }
public System.Net.EndPoint? RemoteEndPoint { get; set; }
member this.RemoteEndPoint : System.Net.EndPoint with get, set
Public Property RemoteEndPoint As EndPoint
Oggetto EndPoint che rappresenta l'endpoint IP remoto per un'operazione asincrona.
Questa proprietà specifica l'endpoint remoto. Questa proprietà può specificare l'endpoint remoto a cui connettersi usando il Socket.ConnectAsync metodo . Questa proprietà può specificare l'endpoint remoto a cui inviare dati usando il Socket.SendToAsync metodo . Questa proprietà può specificare l'endpoint remoto da cui sono stati ricevuti i dati usando i Socket.ReceiveFromAsync metodi o Socket.ReceiveMessageFromAsync .
Questo endpoint remoto specificato da questa proprietà può includere un indirizzo IPv4 o IPv6.
Questa proprietà viene utilizzata con i Socket.ConnectAsyncmetodi , Socket.ReceiveFromAsyncSocket.ReceiveMessageFromAsync, o Socket.SendToAsync .
Prodotto | Versioni |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.3, 1.4, 1.6, 2.0, 2.1 |
UWP | 10.0 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: