Share via


ToString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the IP address and port number of the specified endpoint.

Namespace:  System.Net
Assembly:  System (in System.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Return Value

Type: System. . :: . .String
A string containing the IP address and the port number of the specified endpoint (for example, 192.168.1.2:80).

.NET Framework Security

See Also

Reference

IPEndPoint Class

System.Net Namespace