ProtocolAddressBuilder(String, String) Constructor |
Constructs a new protocol address builder with the specified scheme and host.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic ProtocolAddressBuilder(
string scheme,
string? host
)
Parameters
- scheme String
- The protocol scheme (eg "tcp").
- host String
- The hostname (or null for a server).
See Also