Udostępnij za pośrednictwem


DefaultConnectionContext Konstruktory

Definicja

Przeciążenia

DefaultConnectionContext()

Tworzy bez DefaultConnectionContext potoków, aby uniknąć alokacji z góry. Obiekt wywołujący ma ustawić potoki Transport i Application ręcznie.

DefaultConnectionContext(String)

Tworzy bez DefaultConnectionContext potoków, aby uniknąć alokacji z góry. Obiekt wywołujący ma ustawić potoki Transport i Application ręcznie.

DefaultConnectionContext(String, IDuplexPipe, IDuplexPipe)

Tworzy obiekt DefaultConnectionContext z podanymi transport potokami i application .

DefaultConnectionContext()

Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs

Tworzy bez DefaultConnectionContext potoków, aby uniknąć alokacji z góry. Obiekt wywołujący ma ustawić potoki Transport i Application ręcznie.

public:
 DefaultConnectionContext();
public DefaultConnectionContext ();
Public Sub New ()

Dotyczy

DefaultConnectionContext(String)

Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs

Tworzy bez DefaultConnectionContext potoków, aby uniknąć alokacji z góry. Obiekt wywołujący ma ustawić potoki Transport i Application ręcznie.

public:
 DefaultConnectionContext(System::String ^ id);
public DefaultConnectionContext (string id);
new Microsoft.AspNetCore.Connections.DefaultConnectionContext : string -> Microsoft.AspNetCore.Connections.DefaultConnectionContext
Public Sub New (id As String)

Parametry

id
String

Element ConnectionId.

Dotyczy

DefaultConnectionContext(String, IDuplexPipe, IDuplexPipe)

Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs
Źródło:
DefaultConnectionContext.cs

Tworzy obiekt DefaultConnectionContext z podanymi transport potokami i application .

public:
 DefaultConnectionContext(System::String ^ id, System::IO::Pipelines::IDuplexPipe ^ transport, System::IO::Pipelines::IDuplexPipe ^ application);
public DefaultConnectionContext (string id, System.IO.Pipelines.IDuplexPipe transport, System.IO.Pipelines.IDuplexPipe application);
new Microsoft.AspNetCore.Connections.DefaultConnectionContext : string * System.IO.Pipelines.IDuplexPipe * System.IO.Pipelines.IDuplexPipe -> Microsoft.AspNetCore.Connections.DefaultConnectionContext
Public Sub New (id As String, transport As IDuplexPipe, application As IDuplexPipe)

Parametry

id
String

Element ConnectionId.

transport
IDuplexPipe

Element Transport.

application
IDuplexPipe

Element Application.

Dotyczy