Get the sharing server host name, which is the same as the currently connected FwxServer.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public virtual Task<string> GetSharingServerHost()
Visual Basic
Public Overridable Function GetSharingServerHost As Task(Of String)
JScript
public function GetSharingServerHost() : Task<String>

Return Value

The FwxServer address.

See Also