ProtocolAddressBuilder(String, String, Int32, String) 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 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