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
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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