Server Constructor

Tungsten Suite

Server Constructor

Initializes the Tungsten.Net.RPC.Server and loads the RPC methods

Namespace:  W.Net.RPC
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public Server(
	int encryptionKeySize
)

Parameters

encryptionKeySize
Type: SystemInt32
The encryption key size (typically 2048 or 4096; 384 to 16384 in increments of 8)
Remarks
The client must be declared with the same value.
See Also