LiveDnsCore.UpdateDynamicDns Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateDynamicDns", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateDynamicDns ( _
ownerName As String, _
secretKey As Byte(), _
ipAddress As String _
)
[SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateDynamicDns", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateDynamicDns(
string ownerName,
byte[] secretKey,
string ipAddress
)
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/UpdateDynamicDns", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void UpdateDynamicDns(
String^ ownerName,
array<unsigned char>^ secretKey,
String^ ipAddress
)
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateDynamicDns", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://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
- ownerName
Type: System.String
- secretKey
Type: array<System.Byte[]
- ipAddress
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.