C# Class FwRemoteDatabaseConnector.ClientIPServerSinkProvider

Implementation based upon code found at: http://stackoverflow.com/questions/527676/identifying-the-client-during-a-net-remoting-invocation Used by .NET remoting for db4oServerInfo, to provide access to IPAddress of clients. see remoting_tcp_server.config
Inheritance: IServerChannelSinkProvider
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
ClientIPServerSinkProvider ( ) : System.Collections

ClientIPServerSinkProvider ( IDictionary properties, ICollection providerData ) : System.Collections

CreateSink ( IChannelReceiver channel ) : IServerChannelSink

GetChannelData ( IChannelDataStore channelData ) : void

Method Details

ClientIPServerSinkProvider() public méthode

public ClientIPServerSinkProvider ( ) : System.Collections
Résultat System.Collections

ClientIPServerSinkProvider() public méthode

public ClientIPServerSinkProvider ( IDictionary properties, ICollection providerData ) : System.Collections
properties IDictionary
providerData ICollection
Résultat System.Collections

CreateSink() public méthode

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

GetChannelData() public méthode

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