Udostępnij za pośrednictwem


HttpMessageHandlerFactory Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy HttpMessageHandlerFactory.

Przeciążenia

HttpMessageHandlerFactory()

Inicjuje nowe wystąpienie klasy HttpMessageHandlerFactory.

HttpMessageHandlerFactory(Func<IEnumerable<DelegatingHandler>>)

Inicjuje nowe wystąpienie klasy HttpMessageHandlerFactory.

HttpMessageHandlerFactory(Type[])

Inicjuje HttpMessageHandlerFactory nowe wystąpienie klasy z określoną procedurą obsługi.

HttpMessageHandlerFactory()

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

Inicjuje nowe wystąpienie klasy HttpMessageHandlerFactory.

protected:
 HttpMessageHandlerFactory();
protected HttpMessageHandlerFactory ();
Protected Sub New ()

Dotyczy

HttpMessageHandlerFactory(Func<IEnumerable<DelegatingHandler>>)

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

Inicjuje nowe wystąpienie klasy HttpMessageHandlerFactory.

public:
 HttpMessageHandlerFactory(Func<System::Collections::Generic::IEnumerable<System::Net::Http::DelegatingHandler ^> ^> ^ handlers);
public HttpMessageHandlerFactory (Func<System.Collections.Generic.IEnumerable<System.Net.Http.DelegatingHandler>> handlers);
new System.ServiceModel.Channels.HttpMessageHandlerFactory : Func<seq<System.Net.Http.DelegatingHandler>> -> System.ServiceModel.Channels.HttpMessageHandlerFactory
Public Sub New (handlers As Func(Of IEnumerable(Of DelegatingHandler)))

Parametry

handlers
Func<IEnumerable<DelegatingHandler>>

Kolekcja procedur obsługi.

Dotyczy

HttpMessageHandlerFactory(Type[])

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

Inicjuje HttpMessageHandlerFactory nowe wystąpienie klasy z określoną procedurą obsługi.

public:
 HttpMessageHandlerFactory(... cli::array <Type ^> ^ handlers);
public HttpMessageHandlerFactory (params Type[] handlers);
new System.ServiceModel.Channels.HttpMessageHandlerFactory : Type[] -> System.ServiceModel.Channels.HttpMessageHandlerFactory
Public Sub New (ParamArray handlers As Type())

Parametry

handlers
Type[]

Procedura obsługi.

Dotyczy