NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EndPoint Interface

Identifies a network address.

EndPoint

[Visual Basic]
Public Interface EndPoint
[C#]
public interface EndPoint
[C++]
public __gc __interface EndPoint

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement EndPoint

Class Description
IPEndPoint Provides an IP address.

Remarks

[To be supplied.]

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

EndPoint Members | System.Net Namespace