HttpTransportType Enum

Definition

Specifies transports that the client can use to send HTTP requests.

This enumeration supports a bitwise combination of its member values.

public enum class HttpTransportType
[System.Flags]
public enum HttpTransportType
[<System.Flags>]
type HttpTransportType = 
Public Enum HttpTransportType
Inheritance
HttpTransportType
Attributes

Fields

LongPolling 4

Specifies that the long polling transport is used.

None 0

Specifies that no transport is used.

ServerSentEvents 2

Specifies that the server sent events transport is used.

WebSockets 1

Specifies that the web sockets transport is used.

Remarks

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Applies to