Table of Contents

Enum RelayTransportProtectionMode

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll

Describes the types of protection on a transport relay.

[DataContract(Name = "RelayTransportProtectionMode", Namespace = "http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")]
public enum RelayTransportProtectionMode

Fields

[EnumMember] EndToEnd = 2

Both the service application and client application must have security.

[EnumMember] ListenerOnly = 1

The service application must have security; a client application is not required to have any.

[EnumMember] None = 0

Security is disabled.