Click or drag to resize

ServerSslConfiguration Constructor (ServerSslConfiguration)

Copies the parameters from the specified configuration to a new instance of the ServerSslConfiguration class.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ServerSslConfiguration(
	ServerSslConfiguration configuration
)

Parameters

configuration
Type: Sfs2X.WebSocketSharp.NetServerSslConfiguration
A ServerSslConfiguration from which to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionconfiguration is .
See Also