SoapClientFormatterSinkProvider.CreateSink Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une chaîne de récepteurs.
public:
virtual System::Runtime::Remoting::Channels::IClientChannelSink ^ CreateSink(System::Runtime::Remoting::Channels::IChannelSender ^ channel, System::String ^ url, System::Object ^ remoteChannelData);
public System.Runtime.Remoting.Channels.IClientChannelSink CreateSink (System.Runtime.Remoting.Channels.IChannelSender channel, string url, object remoteChannelData);
abstract member CreateSink : System.Runtime.Remoting.Channels.IChannelSender * string * obj -> System.Runtime.Remoting.Channels.IClientChannelSink
override this.CreateSink : System.Runtime.Remoting.Channels.IChannelSender * string * obj -> System.Runtime.Remoting.Channels.IClientChannelSink
Public Function CreateSink (channel As IChannelSender, url As String, remoteChannelData As Object) As IClientChannelSink
Paramètres
- channel
- IChannelSender
Canal pour lequel cette chaîne de récepteurs est construite.
- url
- String
URL de l'objet à connecter ou URI de canal pour l'objet cible.
- remoteChannelData
- Object
Objet de données de canal décrivant un canal sur le serveur distant.
Retours
Premier récepteur de la nouvelle chaîne de récepteurs de canal, ou null
indiquant que ce fournisseur ne doit pas ou ne peut pas fournir une connexion pour ce point de terminaison.
Implémente
Remarques
Lorsque la CreateSink méthode est appelée, elle crée son propre récepteur de canal, transfère l’appel CreateSink au fournisseur récepteur suivant dans la chaîne (le cas échéant) et s’assure que le récepteur suivant et le récepteur actuel sont liés.