C# Класс 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
Наследование: IServerChannelSinkProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
ClientIPServerSinkProvider ( ) : System.Collections

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

CreateSink ( IChannelReceiver channel ) : IServerChannelSink

GetChannelData ( IChannelDataStore channelData ) : void

Описание методов

ClientIPServerSinkProvider() публичный Метод

public ClientIPServerSinkProvider ( ) : System.Collections
Результат System.Collections

ClientIPServerSinkProvider() публичный Метод

public ClientIPServerSinkProvider ( IDictionary properties, ICollection providerData ) : System.Collections
properties IDictionary
providerData ICollection
Результат System.Collections

CreateSink() публичный Метод

public CreateSink ( IChannelReceiver channel ) : IServerChannelSink
channel IChannelReceiver
Результат IServerChannelSink

GetChannelData() публичный Метод

public GetChannelData ( IChannelDataStore channelData ) : void
channelData IChannelDataStore
Результат void