C# Class Network.NetworkConfig

Exibir arquivo Open project: automaters/bonjour.net Class Usage Examples

Public Methods

Method Description
NetworkConfig ( bool isStateLess ) : System
NetworkConfig ( bool isStateLess, bool isOneWayOnly ) : System
NetworkConfig ( bool isStateLess, bool isOneWayOnly, bool supportsUdp ) : System
NetworkConfig ( bool isStateLess, bool isOneWayOnly, bool supportsUdp, bool supportsTcp ) : System

Method Details

NetworkConfig() public method

public NetworkConfig ( bool isStateLess ) : System
isStateLess bool
return System

NetworkConfig() public method

public NetworkConfig ( bool isStateLess, bool isOneWayOnly ) : System
isStateLess bool
isOneWayOnly bool
return System

NetworkConfig() public method

public NetworkConfig ( bool isStateLess, bool isOneWayOnly, bool supportsUdp ) : System
isStateLess bool
isOneWayOnly bool
supportsUdp bool
return System

NetworkConfig() public method

public NetworkConfig ( bool isStateLess, bool isOneWayOnly, bool supportsUdp, bool supportsTcp ) : System
isStateLess bool
isOneWayOnly bool
supportsUdp bool
supportsTcp bool
return System