Click or drag to resize

ProtocolAddressBuilder(String, String) Constructor

Constructs a new protocol address builder with the specified scheme and host.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public ProtocolAddressBuilder(
	string scheme,
	string? host
)

Parameters

scheme  String
The protocol scheme (eg "tcp").
host  String
The hostname (or null for a server).
See Also