OnewayConnectivitySettings.HttpModeProxyAddress Property
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the URI of the intermediate HTTP proxy.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As OnewayConnectivitySettings
Dim value As Uri
value = instance.HttpModeProxyAddress
instance.HttpModeProxyAddress = value
Syntax
'Declaration
Public Property HttpModeProxyAddress As Uri
public Uri HttpModeProxyAddress { get; set; }
public:
property Uri^ HttpModeProxyAddress {
Uri^ get ();
void set (Uri^ value);
}
/** @property */
public Uri get_HttpModeProxyAddress ()
/** @property */
public void set_HttpModeProxyAddress (Uri value)
public function get HttpModeProxyAddress () : Uri
public function set HttpModeProxyAddress (value : Uri)
Property Value
Returns Uri. Contains the intermediate HTTP proxy.
Remarks
This property is used only if HttpModeUseDefaultWebProxy is set to false.
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 Server 2008, and Windows 2000
Target Platforms
See Also
Reference
OnewayConnectivitySettings Class
OnewayConnectivitySettings Members
Microsoft.ServiceBus Namespace