Table of Contents

Class NonDualMessageSecurityOverRelayHttpElement

Namespace
Microsoft.ServiceBus.Configuration
Assembly
Microsoft.ServiceBus.dll

Represents the configuration settings for the security of a message sent using HTTP for non-duplex service contracts. This class cannot be inherited.

public sealed class NonDualMessageSecurityOverRelayHttpElement : MessageSecurityOverRelayHttpElement
Inheritance
NonDualMessageSecurityOverRelayHttpElement
Inherited Members

Constructors

NonDualMessageSecurityOverRelayHttpElement()

public NonDualMessageSecurityOverRelayHttpElement()

Properties

EstablishSecurityContext

Gets or sets an XML value that defines whether a Security Context was established.

public bool EstablishSecurityContext { get; set; }

Property Value

bool

true if the context is established; otherwise, false.

Properties

protected override ConfigurationPropertyCollection Properties { get; }

Property Value

ConfigurationPropertyCollection