C# 클래스 System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider

상속: IServerFormatterSinkProvider, IServerChannelSinkProvider
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateSink IServerChannelSink
GetChannelData void

공개 메소드들

메소드 설명
BinaryServerFormatterSinkProvider ( ) : System
BinaryServerFormatterSinkProvider ( IDictionary properties, ICollection providerData ) : System

비공개 메소드들

메소드 설명
CreateSink ( IChannelReceiver channel ) : IServerChannelSink
GetChannelData ( IChannelDataStore channelData ) : void

메소드 상세

BinaryServerFormatterSinkProvider() 공개 메소드

public BinaryServerFormatterSinkProvider ( ) : System
리턴 System

BinaryServerFormatterSinkProvider() 공개 메소드

public BinaryServerFormatterSinkProvider ( IDictionary properties, ICollection providerData ) : System
properties IDictionary
providerData ICollection
리턴 System