Click or drag to resize

ProtocolAddressBuilder Constructor (Uri)

Constructs a new protocol address builder with the specified URI.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public ProtocolAddressBuilder(
	Uri uri
)

Parameters

uri
Type: SystemUri
The address.
See Also