Method can be used to retrieve a list of available TLD.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<GetDnsTLDsResponse> GetDnsTLDs()
<OperationContractAttribute>
Function GetDnsTLDs As WsResult(Of GetDnsTLDsResponse)
[OperationContractAttribute]
WsResult<GetDnsTLDsResponse^>^ GetDnsTLDs()
[<OperationContractAttribute>]
abstract GetDnsTLDs : unit -> WsResult<GetDnsTLDsResponse>
function GetDnsTLDs() : WsResult<GetDnsTLDsResponse>
Return Value
Type:
WsResultGetDnsTLDsResponse
See Also