AddressingHeaders.Via Property
Gets or sets an intermediary through which a SOAP message is sent.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim addressingHeaders1 As AddressingHeaders
Dim returnValue As Via
returnValue = addressingHeaders1.Via
Dim sampleValue As Via
addressingHeaders1.Via = sampleValue
Syntax
'Declaration
Public Property Via() As Via
public Via Via {get; set;}
public:
property Via^ Via {
Via^ get();
void set(Via^ value);
}
public Via get_Via();
public void set_Via(Via);
public function get Via() : Via;
public function set Via(Via);
Property Value
A Via that represents an intermediary through which a SOAP message is sent.
Remarks
The <via> element is described in detail in WS-Routing (https://msdn.microsoft.com/library/en-us/dnglobspec/html/ws-routing.asp) and WS-Referral (https://msdn.microsoft.com/library/en-us/dnglobspec/html/ws-referral.asp ).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
AddressingHeaders Class
AddressingHeaders Members
Microsoft.Web.Services3.Addressing Namespace