C# Class ProtoBuf.Remoting.ProtobufClientFormatterSinkProvider

Inheritance: IClientFormatterSinkProvider
ファイルを表示 Open project: vadimskipin/Protobuf.Remoting

Public Methods

Method Description
ProtobufClientFormatterSinkProvider ( ) : System.Collections
ProtobufClientFormatterSinkProvider ( IDictionary properties, ICollection providerData ) : System.Collections

Private Methods

Method Description
CreateSink ( IChannelSender channel, string url, object remoteChannelData ) : IClientChannelSink

Method Details

ProtobufClientFormatterSinkProvider() public method

public ProtobufClientFormatterSinkProvider ( ) : System.Collections
return System.Collections

ProtobufClientFormatterSinkProvider() public method

public ProtobufClientFormatterSinkProvider ( IDictionary properties, ICollection providerData ) : System.Collections
properties IDictionary
providerData ICollection
return System.Collections