Click or drag to resize

WSConnectorFixupURL Method

Helper function to convert a HTTP/HTTPS url into a WS/WSS URL.

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string FixupURL(
	string URL
)

Parameters

URL
Type: SystemString
The URL to fix up.

Return Value

Type: String
The fixed up URL.
See Also