SnapStreamingClientInitialize Method

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void Initialize(
	Stream stream,
	SecureStreamClientBase credentials,
	bool useSsl
)

Parameters

stream  Stream
The config to use for the client
credentials  SecureStreamClientBase
Authenticates using the supplied user credentials.
useSsl  Boolean
Specifies if an SSL connection is desired.

See Also