C# Class System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider

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

Private Properties

Свойство Type Description
CreateSink IServerChannelSink
GetChannelData void

Méthodes publiques

Méthode Description
BinaryServerFormatterSinkProvider ( ) : System
BinaryServerFormatterSinkProvider ( IDictionary properties, ICollection providerData ) : System

Private Methods

Méthode Description
CreateSink ( IChannelReceiver channel ) : IServerChannelSink
GetChannelData ( IChannelDataStore channelData ) : void

Method Details

BinaryServerFormatterSinkProvider() public méthode

public BinaryServerFormatterSinkProvider ( ) : System
Résultat System

BinaryServerFormatterSinkProvider() public méthode

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