JunctionPolicy.TransportProtection Property

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

Gets or sets the type of transport protection requirements for the queue or router created with this policy.

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

Usage

    Dim instance As JunctionPolicy
Dim value As TransportProtectionPolicy

value = instance.TransportProtection

instance.TransportProtection = value

Syntax

'Declaration
Public Property TransportProtection As TransportProtectionPolicy
public TransportProtectionPolicy TransportProtection { get; set; }
public:
property TransportProtectionPolicy TransportProtection {
    TransportProtectionPolicy get ();
    void set (TransportProtectionPolicy value);
}
/** @property */
public TransportProtectionPolicy get_TransportProtection ()

/** @property */
public void set_TransportProtection (TransportProtectionPolicy value)
public function get TransportProtection () : TransportProtectionPolicy

public function set TransportProtection (value : TransportProtectionPolicy)

Property Value

Returns TransportProtectionPolicy. Contains the transport protection requirements for communicating with the queue or router created with this policy.

Remarks

If TransportProtection is set to AllPaths, any communication with the queue or router must be performed over a secure connection. Secure connections include HTTPS requests or TCP connections with SSL.

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

JunctionPolicy Class
JunctionPolicy Members
Microsoft.ServiceBus Namespace