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