Edit

Share via


BinaryTokenStreamReader.ReadIPEndPoint Method

Definition

Read an IPEndPoint value from the stream.

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

Returns

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

Implements

Applies to