OnewayConnectivitySettings.HttpModeRelayClientCredentials Property

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets a TransportClientEndpointBehavior instance that holds the credential type and details used for creating and accessing the message buffer.

Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim instance As OnewayConnectivitySettings
Dim value As TransportClientEndpointBehavior

value = instance.HttpModeRelayClientCredentials

instance.HttpModeRelayClientCredentials = value

Syntax

'Declaration
Public Property HttpModeRelayClientCredentials As TransportClientEndpointBehavior
public TransportClientEndpointBehavior HttpModeRelayClientCredentials { get; set; }
public:
property TransportClientEndpointBehavior^ HttpModeRelayClientCredentials {
    TransportClientEndpointBehavior^ get ();
    void set (TransportClientEndpointBehavior^ value);
}
/** @property */
public TransportClientEndpointBehavior get_HttpModeRelayClientCredentials ()

/** @property */
public void set_HttpModeRelayClientCredentials (TransportClientEndpointBehavior value)
public function get HttpModeRelayClientCredentials () : TransportClientEndpointBehavior

public function set HttpModeRelayClientCredentials (value : TransportClientEndpointBehavior)

Property Value

Returns TransportClientEndpointBehavior. Contains the credential time and details.

Remarks

It is recommended that you explicitly initialize this property. If you leave the settings of this property at their default values, the effective credentials used for this purpose are the credentials supplied when opening the first NetOnewayRelayBinding- or NetEventRelayBinding-based endpoint.

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