Share via


BinaryClientFormatterSinkProvider.Next 속성

정의

싱크 공급자 체인의 다음 IClientChannelSinkProvider를 가져오거나 설정합니다.

public:
 property System::Runtime::Remoting::Channels::IClientChannelSinkProvider ^ Next { System::Runtime::Remoting::Channels::IClientChannelSinkProvider ^ get(); void set(System::Runtime::Remoting::Channels::IClientChannelSinkProvider ^ value); };
public System.Runtime.Remoting.Channels.IClientChannelSinkProvider Next { get; set; }
member this.Next : System.Runtime.Remoting.Channels.IClientChannelSinkProvider with get, set
Public Property Next As IClientChannelSinkProvider

속성 값

싱크 공급자 체인의 다음 IClientChannelSinkProvider입니다.

구현

적용 대상