Edit

Share via


IBinaryTokenStreamReader.ReadIPEndPoint Method

Definition

Read an IPEndPoint value from the stream.

public System.Net.IPEndPoint ReadIPEndPoint ();
abstract member ReadIPEndPoint : unit -> System.Net.IPEndPoint
Public Function ReadIPEndPoint () As IPEndPoint

Returns

Data from current position in stream, converted to the appropriate output type.

Applies to