HttpConnectionDispatcherOptions.Transports Property

Definition

Gets or sets a bitmask combining one or more HttpTransportType values that specify what transports the server should use to receive HTTP requests.

public:
 property Microsoft::AspNetCore::Http::Connections::HttpTransportType Transports { Microsoft::AspNetCore::Http::Connections::HttpTransportType get(); void set(Microsoft::AspNetCore::Http::Connections::HttpTransportType value); };
public Microsoft.AspNetCore.Http.Connections.HttpTransportType Transports { get; set; }
member this.Transports : Microsoft.AspNetCore.Http.Connections.HttpTransportType with get, set
Public Property Transports As HttpTransportType

Property Value

Applies to