Server protocol setup for TCP communication with support for Windows authentication and security.
Declaring type: TcpBinaryServerProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method TcpBinaryServerProtocolSetup Overloaded. Creates a new instance of the TcpBinaryServerProtocolSetup class.
Collapse/Expand Public Methods
  Name Description
Public Method Virtual CreateChannel Creates and configures a Remoting channel.
Collapse/Expand Public Properties
  Name Description
Public Property AuthenticationProvider Gets the authentication provider.
Public Property ImpersonationLevel Gets or sets the level of impersonation.
Public Property ProtectionLevel Get or sets the level of protection (sign or encrypt, or both)
Public Property SocketCachingEnabled Gets or sets, if sockets should be cached and reused. Caching sockets may reduce ressource consumption but may cause trouble in Network Load Balancing clusters.
Public Property TcpPort Gets or sets the TCP port to listen for client calls.
Public Property UseWindowsSecurity Gets or sets, if Windows Security should be used.