WebReference.Update Method
Updates this specific Web reference.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Sub Update
'Usage
Dim instance As WebReference
instance.Update()
void Update()
void Update()
function Update()
Remarks
All WSDL files (Web references) with the same ServiceDefinitionUrl will be updated together when the Update method is called.
.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.