WSHttpRelayContextBinding.ContextProtectionLevel Property

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

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

Usage

    Dim instance As WSHttpRelayContextBinding
Dim value As ProtectionLevel

value = instance.ContextProtectionLevel

instance.ContextProtectionLevel = value

Syntax

'Declaration
Public Property ContextProtectionLevel As ProtectionLevel
public ProtectionLevel ContextProtectionLevel { get; set; }
public:
property ProtectionLevel ContextProtectionLevel {
    ProtectionLevel get ();
    void set (ProtectionLevel value);
}
/** @property */
public ProtectionLevel get_ContextProtectionLevel ()

/** @property */
public void set_ContextProtectionLevel (ProtectionLevel value)
public function get ContextProtectionLevel () : ProtectionLevel

public function set ContextProtectionLevel (value : ProtectionLevel)

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

WSHttpRelayContextBinding Class
WSHttpRelayContextBinding Members
Microsoft.ServiceBus Namespace