다음을 통해 공유


BaseChannelWithProperties.SinksWithProperties 필드

정의

채널 싱크 스택 맨 위에 있는 채널 싱크를 나타냅니다.

protected: System::Runtime::Remoting::Channels::IChannelSinkBase ^ SinksWithProperties;
protected System.Runtime.Remoting.Channels.IChannelSinkBase SinksWithProperties;
val mutable SinksWithProperties : System.Runtime.Remoting.Channels.IChannelSinkBase
Protected SinksWithProperties As IChannelSinkBase 

필드 값

IChannelSinkBase

설명

채널 싱크는 채널 뿐만 아니라 전송 메커니즘에서 원격 개체에 메시지를 보내는 데 사용 하는 스트림을 통해 흐르는 기본 메시지에 대 한 액세스를 허용 하는 플러그 인 지점을 제공 합니다. 채널 싱크는 채널 싱크 공급자 체인에 함께 연결 하 고 메시지 직렬화 되 고 전송 하기 전에이 싱크 체인을 통해 전달 되는 모든 채널 메시지입니다.

적용 대상