LiveDnsCore.UpdateDynamicDns Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://livednscore.Live.com/UpdateDynamicDns", RequestNamespace := "https://livednscore.Live.com/",  _
    ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateDynamicDns ( _
    ownerName As String, _
    secretKey As Byte(), _
    ipAddress As String _
)
[SoapDocumentMethodAttribute("https://livednscore.Live.com/UpdateDynamicDns", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateDynamicDns(
    string ownerName,
    byte[] secretKey,
    string ipAddress
)
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/UpdateDynamicDns", RequestNamespace = L"https://livednscore.Live.com/", 
    ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal, 
    ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void UpdateDynamicDns(
    String^ ownerName, 
    array<unsigned char>^ secretKey, 
    String^ ipAddress
)
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/UpdateDynamicDns", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)>]
member UpdateDynamicDns : 
        ownerName:string * 
        secretKey:byte[] * 
        ipAddress:string -> unit
public function UpdateDynamicDns(
    ownerName : String, 
    secretKey : byte[], 
    ipAddress : String
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace