Skip to content

3742a6a9 19b4 e465 1431 1ade9690bf79

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

TCPPublisher.CloseConnection Method

Stop listening packets, closes the stream and reset the properties of the publisher

Namespace: NETLIB.TCP
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public override void CloseConnection()

VB

Public Overrides Sub CloseConnection

C++

public:
virtual void CloseConnection() override

F#

abstract CloseConnection : unit -> unit 
override CloseConnection : unit -> unit 

See Also

Reference

TCPPublisher Class
NETLIB.TCP Namespace
Publisher.isAlive
Publisher.isEnabled
Publisher.Publish()

Clone this wiki locally