Creates an instance using the default URI.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public ConnectionConfig(
	EventHandler<ConnectionEventArgs> handler
)
Public Sub New ( _
	handler As EventHandler(Of ConnectionEventArgs) _
)
public:
ConnectionConfig(
	EventHandler<ConnectionEventArgs^>^ handler
)

Parameters

handler
EventHandler<(Of <(<'ConnectionEventArgs>)>)>
The connection event handler to use.

Exceptions

ExceptionCondition
StreamBase.LiveView.API..::..LiveViewURIExceptionIf the given URI is malformed.

See Also