Creates a StreamBase client and establishes connections at to the remote servers at the specified locations. Default values are selected for the buffer size and flush interval to use.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public StreamBaseClient(
	StreamBaseURI[] uris
)
Public Sub New ( _
	uris As StreamBaseURI() _
)
public:
StreamBaseClient(
	array<StreamBaseURI^>^ uris
)

Parameters

uris
array<StreamBaseURI>[]()[][]
The URIs to use to connect to each server.

Exceptions

See Also