Click or drag to resize

ProtocolAddressBuilder Constructor (String, String, Int32, Byte)

Constructs a new protocol address builder with the specified scheme, host, port, and path.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public ProtocolAddressBuilder(
	string scheme,
	string? host,
	int port,
	params byte[][] binaryParts
)

Parameters

scheme
Type: SystemString
The protocol scheme (eg "tcp").
host
Type: SystemString
The hostname (or null for a server).
port
Type: SystemInt32
The port (or -1 for a protocol that doesn't support ports).
binaryParts
Type: SystemByte
Additional connection binary path parts.
See Also