ProtocolAddressBuilder Constructor (String, String, Int32, Byte) |
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: 10.0.0.0 (10.0.0.0)
Syntaxpublic ProtocolAddressBuilder(
string scheme,
string host,
int port,
params byte[][] binarySegments
)
Parameters
- scheme
- Type: SystemString
The protocol scheme (eg "tcp"). - host
- Type: SystemString
The hostname (or null for a server). - port
- Type: SystemInt32
The port (or -1 for a protocol that doesn't support ports). - binarySegments
- Type: SystemByte
Additional connection binary path segments.
See Also