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 public static string FixupURL(
string URL
)
Parameters
- URL
- Type: SystemString
The URL to fix up.
Return Value
Type:
StringThe fixed up URL.
See Also