[Missing <summary> documentation for "M:VVVV.Utils.Network.RemotingManagerHTTP.InitializeChannel(System.String,System.Int32,System.Boolean)"]

Namespace: VVVV.Utils.Network
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public void InitializeChannel(
	string name,
	int port,
	bool enableSecurity
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:VVVV.Utils.Network.RemotingManagerHTTP.InitializeChannel(System.String,System.Int32,System.Boolean)"]

port
Type: System..::..Int32

[Missing <param name="port"/> documentation for "M:VVVV.Utils.Network.RemotingManagerHTTP.InitializeChannel(System.String,System.Int32,System.Boolean)"]

enableSecurity
Type: System..::..Boolean

[Missing <param name="enableSecurity"/> documentation for "M:VVVV.Utils.Network.RemotingManagerHTTP.InitializeChannel(System.String,System.Int32,System.Boolean)"]

Implements

IRemotingManager..::..InitializeChannel(String, Int32, Boolean)

See Also