C# Class System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider

Inheritance: IServerChannelSinkProvider
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CreateSink ( IChannelReceiver channel ) : IServerChannelSink
GetChannelData ( IChannelDataStore localChannelData ) : void
SdlChannelSinkProvider ( ) : System
SdlChannelSinkProvider ( IDictionary properties, ICollection providerData ) : System

Method Details

CreateSink() public méthode

public CreateSink ( IChannelReceiver channel ) : IServerChannelSink
channel IChannelReceiver
Résultat IServerChannelSink

GetChannelData() public méthode

public GetChannelData ( IChannelDataStore localChannelData ) : void
localChannelData IChannelDataStore
Résultat void

SdlChannelSinkProvider() public méthode

public SdlChannelSinkProvider ( ) : System
Résultat System

SdlChannelSinkProvider() public méthode

public SdlChannelSinkProvider ( IDictionary properties, ICollection providerData ) : System
properties IDictionary
providerData ICollection
Résultat System