Describes client side communication protocol settings.
Declaring type: IClientProtocolSetup
Namespace: Zyan.Communication.Protocols
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Abstract CreateChannel Creates and configures a Remoting channel.
Public Method Abstract FormatUrl Formats the connection URL for this protocol.
Public Method Abstract IsUrlValid Checks whether the given URL is valid for this protocol.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract ChannelName Gets the name of the remoting channel.
Public Property Abstract ChannelSettings Gets a dictionary with channel settings.
Public Property Abstract ClientSinkChain Gets a list of all Remoting sinks from the client sink chain.
Public Property Abstract ServerSinkChain Gets a list of all Remoting sinks from the server sink chain.