C# Class Helios.Channels.ChannelOption

A strongly typed class representing a configuration option for a given channel.
Datei anzeigen Open project: helios-io/helios Class Usage Examples

Public Properties

Property Type Description
Allocator ChannelOption
AllowHalfClosure ChannelOption
AutoRead ChannelOption
ConnectTimeout ChannelOption
IpMulticastLoopDisabled ChannelOption
IpMulticastTtl ChannelOption
MaxMessagesPerRead ChannelOption
MessageSizeEstimator ChannelOption
RcvbufAllocator ChannelOption
SoBacklog ChannelOption
SoBroadcast ChannelOption
SoKeepalive ChannelOption
SoLinger ChannelOption
SoRcvbuf ChannelOption
SoReuseaddr ChannelOption
SoSndbuf ChannelOption
SoTimeout ChannelOption
TcpNodelay ChannelOption
WriteBufferHighWaterMark ChannelOption
WriteBufferLowWaterMark ChannelOption
WriteSpinCount ChannelOption

Public Methods

Method Description
Set ( IChannelConfiguration configuration, object value ) : bool

Private Methods

Method Description
ChannelOption ( ) : System

Method Details

Set() public abstract method

public abstract Set ( IChannelConfiguration configuration, object value ) : bool
configuration IChannelConfiguration
value object
return bool

Property Details

Allocator public_oe static_oe property

public static ChannelOption Allocator
return ChannelOption

AllowHalfClosure public_oe static_oe property

public static ChannelOption AllowHalfClosure
return ChannelOption

AutoRead public_oe static_oe property

public static ChannelOption AutoRead
return ChannelOption

ConnectTimeout public_oe static_oe property

public static ChannelOption ConnectTimeout
return ChannelOption

IpMulticastLoopDisabled public_oe static_oe property

public static ChannelOption IpMulticastLoopDisabled
return ChannelOption

IpMulticastTtl public_oe static_oe property

public static ChannelOption IpMulticastTtl
return ChannelOption

MaxMessagesPerRead public_oe static_oe property

public static ChannelOption MaxMessagesPerRead
return ChannelOption

MessageSizeEstimator public_oe static_oe property

public static ChannelOption MessageSizeEstimator
return ChannelOption

RcvbufAllocator public_oe static_oe property

public static ChannelOption RcvbufAllocator
return ChannelOption

SoBacklog public_oe static_oe property

public static ChannelOption SoBacklog
return ChannelOption

SoBroadcast public_oe static_oe property

public static ChannelOption SoBroadcast
return ChannelOption

SoKeepalive public_oe static_oe property

public static ChannelOption SoKeepalive
return ChannelOption

SoLinger public_oe static_oe property

public static ChannelOption SoLinger
return ChannelOption

SoRcvbuf public_oe static_oe property

public static ChannelOption SoRcvbuf
return ChannelOption

SoReuseaddr public_oe static_oe property

public static ChannelOption SoReuseaddr
return ChannelOption

SoSndbuf public_oe static_oe property

public static ChannelOption SoSndbuf
return ChannelOption

SoTimeout public_oe static_oe property

public static ChannelOption SoTimeout
return ChannelOption

TcpNodelay public_oe static_oe property

public static ChannelOption TcpNodelay
return ChannelOption

WriteBufferHighWaterMark public_oe static_oe property

public static ChannelOption WriteBufferHighWaterMark
return ChannelOption

WriteBufferLowWaterMark public_oe static_oe property

public static ChannelOption WriteBufferLowWaterMark
return ChannelOption

WriteSpinCount public_oe static_oe property

public static ChannelOption WriteSpinCount
return ChannelOption