Binding.BuildChannelListener Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
Przeciążenia
BuildChannelListener<TChannel>(Object[]) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje. |
BuildChannelListener<TChannel>(BindingParameterCollection) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia funkcje określone przez kolekcję parametrów powiązania. |
BuildChannelListener<TChannel>(Uri, Object[]) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje. |
BuildChannelListener<TChannel>(Uri, BindingParameterCollection) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje. |
BuildChannelListener<TChannel>(Uri, String, Object[]) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje. |
BuildChannelListener<TChannel>(Uri, String, BindingParameterCollection) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje. |
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, Object[]) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje. |
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, BindingParameterCollection) |
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje. |
BuildChannelListener<TChannel>(Object[])
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (ParamArray parameters As Object()) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- parameters
- Object[]
Tablica obiektów, która określa wymagania dla utworzonej fabryki kanałów.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.
Dotyczy
BuildChannelListener<TChannel>(BindingParameterCollection)
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia funkcje określone przez kolekcję parametrów powiązania.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- parameters
- BindingParameterCollection
Określa BindingParameterCollection ona wymagania dla odbiornika kanału, który został skompilowany.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.
Dotyczy
BuildChannelListener<TChannel>(Uri, Object[])
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, ... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, ParamArray parameters As Object()) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- listenUriBaseAddress
- Uri
Element Uri , który udostępnia podstawowy adres, na którym usługa nasłuchuje.
- parameters
- Object[]
Tablica obiektów, która określa wymagania dla fabryki kanałów, która została skompilowana.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.
Dotyczy
BuildChannelListener<TChannel>(Uri, BindingParameterCollection)
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- listenUriBaseAddress
- Uri
Element Uri , który udostępnia podstawowy adres, na którym usługa nasłuchuje.
- parameters
- BindingParameterCollection
Określa BindingParameterCollection ona wymagania dla odbiornika kanału, który został skompilowany.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.
Dotyczy
BuildChannelListener<TChannel>(Uri, String, Object[])
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, ... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, ParamArray parameters As Object()) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- listenUriBaseAddress
- Uri
Element Uri , który udostępnia podstawowy adres, na którym usługa nasłuchuje.
- listenUriRelativeAddress
- String
Adres, względem adresu podstawowego, na którym usługa nasłuchuje.
- parameters
- Object[]
Tablica obiektów, która określa wymagania dla fabryki kanałów, która została skompilowana.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.
Dotyczy
BuildChannelListener<TChannel>(Uri, String, BindingParameterCollection)
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- listenUriBaseAddress
- Uri
Element Uri , który udostępnia podstawowy adres, na którym usługa nasłuchuje.
- listenUriRelativeAddress
- String
Adres, względem adresu podstawowego, na którym usługa nasłuchuje.
- parameters
- BindingParameterCollection
Określa BindingParameterCollection ona wymagania dla odbiornika kanału, który został skompilowany.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.
Dotyczy
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, Object[])
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, System::ServiceModel::Description::ListenUriMode listenUriMode, ... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, System.ServiceModel.Description.ListenUriMode listenUriMode, params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, listenUriMode As ListenUriMode, ParamArray parameters As Object()) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- listenUriBaseAddress
- Uri
Element Uri , który udostępnia podstawowy adres, na którym usługa nasłuchuje.
- listenUriRelativeAddress
- String
Adres, względem adresu podstawowego, na którym usługa nasłuchuje.
- listenUriMode
- ListenUriMode
Wartość ListenUriMode wskazująca, czy transport musi zapewnić, że identyfikator URI podany dla usługi do nasłuchiwania jest unikatowy lub może być używany dokładnie tak, jak podano.
- parameters
- Object[]
Tablica obiektów, która określa wymagania dla fabryki kanałów, która została skompilowana.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.
Dotyczy
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, BindingParameterCollection)
Tworzy odbiornik kanału w usłudze, który akceptuje określony typ kanału i spełnia określone funkcje.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, System::ServiceModel::Description::ListenUriMode listenUriMode, System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, System.ServiceModel.Description.ListenUriMode listenUriMode, System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, listenUriMode As ListenUriMode, parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
Parametry typu
- TChannel
Typ kanału, który akceptuje odbiornik kanału.
Parametry
- listenUriBaseAddress
- Uri
Element Uri , który udostępnia podstawowy adres, na którym usługa nasłuchuje.
- listenUriRelativeAddress
- String
Adres, względem adresu podstawowego, na którym usługa nasłuchuje.
- listenUriMode
- ListenUriMode
Wartość ListenUriMode wskazująca, czy transport musi zapewnić, że identyfikator URI podany dla usługi do nasłuchiwania jest unikatowy lub może być używany dokładnie tak, jak podano.
- parameters
- BindingParameterCollection
Określa BindingParameterCollection ona wymagania dla odbiornika kanału, który został skompilowany.
Zwraca
TChannel
TypIChannelListener<TChannel>, który spełnia określone funkcje.
Wyjątki
Brak elementu transportu lub brak kolejności lub schemat jest nieprawidłowy lub nie określono wersji komunikatu.