Click or drag to resize

ProtocolAddressBuilder(String, String, Int32, String) Constructor

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: 19.01.00
Syntax
C#
public ProtocolAddressBuilder(
	string scheme,
	string? host,
	int port,
	params string[]? parts
)

Parameters

scheme  String
The protocol scheme (eg "tcp").
host  String
The hostname (or null for a server).
port  Int32
The port (or -1 for a protocol that doesn't support ports).
parts  String
Additional connection path parts.
See Also