Skip to content

51b06ace fed8 d336 091f 78c29614a8e5

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

TCPPublisher Constructor (Stream)

Initializes the publisher with a existing client TCP stream.

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

Syntax

C#

public TCPPublisher(
	Stream imput
)

VB

Public Sub New ( 
	imput As Stream
)

C++

public:
TCPPublisher(
	Stream^ imput
)

F#

new : 
        imput : Stream -> TCPPublisher

Parameters

 

imput
Type: System.IO.Stream
TCPClient's stream

See Also

Reference

TCPPublisher Class
TCPPublisher Overload
NETLIB.TCP Namespace

Clone this wiki locally