Given a virtual cluster path in vc:// format, this function will return the virtual cluster's path in https:// format. Please see http://sharepoint/sites/cosmos/Cosmos%20User%20Documentation/Connect%20to%20Cosmos.aspx for a list of possible clusters.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static string VcToHttpPath(
	string vcPath
)
Visual Basic
Public Shared Function VcToHttpPath ( _
	vcPath As String _
) As String
Visual C++
public:
static String^ VcToHttpPath(
	String^ vcPath
)

Parameters

vcPath
Type: String
Name of the virtual cluster in vc:// format

Return Value

Name of the virtual cluster in http:// format

See Also