ProtocolAddressBuilder(String, String, Int32, Byte) Constructor |
Constructs a new protocol address builder with the specified scheme, host, port, and path.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic ProtocolAddressBuilder(
string scheme,
string? host,
int port,
params byte[][] binaryParts
)
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).
- binaryParts Byte
- Additional connection binary path parts.
See Also