OnewayConnectivitySettings.HttpModeMessageBufferLocation Property
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the message buffer location.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As OnewayConnectivitySettings
Dim value As Uri
value = instance.HttpModeMessageBufferLocation
instance.HttpModeMessageBufferLocation = value
Syntax
'Declaration
Public Property HttpModeMessageBufferLocation As Uri
public Uri HttpModeMessageBufferLocation { get; set; }
public:
property Uri^ HttpModeMessageBufferLocation {
Uri^ get ();
void set (Uri^ value);
}
/** @property */
public Uri get_HttpModeMessageBufferLocation ()
/** @property */
public void set_HttpModeMessageBufferLocation (Uri value)
public function get HttpModeMessageBufferLocation () : Uri
public function set HttpModeMessageBufferLocation (value : Uri)
Property Value
Returns Uri. Contains the message buffer location.
Remarks
This URI value must be explicitly initialized for the ConnectivityMode.Http and ConnectivityMode.AutoDetect modes. The URI must refer to a location in the current solution's Service Bus namespace that the solution account specified via HttpModeClientCredentials has Listen permissions on and on which no other listener is present.
The best choice is commonly a URI that uses a unique identifier such as a GUID as its rightmost segment to avoid collisions with other endpoints; for example, https://servicebus.windows.net/services/\[solution-name\]/FAE240EE-9256-4cb6-9AC3-01224EA54FFC/.
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