RelayType Enum

Definition

Specifies an enumeration of relay type.

[System.Runtime.Serialization.DataContract(Name="RelayType", Namespace="http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")]
public enum RelayType
[<System.Runtime.Serialization.DataContract(Name="RelayType", Namespace="http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")>]
type RelayType = 
Public Enum RelayType
Inheritance
RelayType
Attributes

Fields

Http 2

The HTTP relay.

NetEvent 3

The NetEvent relay.

NetOneway 4

The NetOneway relay.

NetTcp 1

The NetTcp relay.

None 0

The relay is None.

Applies to