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!

TCPListener.Stop

Closes the netowrk connection.

[Visual Basic]
Public Function Stop() As Integer
[C#]
public int Stop();
[C++]
public: int Stop();
[JScript]
public function Stop() : int;

Return Value

0 of no error occurs; otherwise, a non-zero error code.

See Also

TCPListener Class | TCPListener Members | System.Net.Sockets Namespace | Close