SnapNetworkClient Constructor

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SnapNetworkClient(
	SnapNetworkClientSettings settings,
	SecureStreamClientBase? credentials = null,
	bool useSsl = false
)

Parameters

settings  SnapNetworkClientSettings
The config to use for the client
credentials  SecureStreamClientBase  (Optional)
The network credentials to use. If left null, the computers current credentials are use.
useSsl  Boolean  (Optional)
Specifies if ssl encryption is desired for the connection.

See Also