CorrigoServiceGetCompanyWsdkUrl Method |
Converts a Company Name argument into a fully-qualified URL for WSDK calls.
Namespace: CorrigoServiceAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommandResponse GetCompanyWsdkUrl(
string CompanyName,
Protocols Protocol
)
Public Function GetCompanyWsdkUrl (
CompanyName As String,
Protocol As Protocols
) As CommandResponse
No code example is currently available or this language may not be supported.
Parameters
- CompanyName String
- Specifies a company which WSDK Url should be found.
- Protocol Protocols
- Specifies protocol which should be used in Url (HTTP or HTTPS).
Return Value
CommandResponseReturns instance of a GetCompanyWsdkUrlResult.
See Also