C# Class Kamilla.Network.Logging.NetworkLogWrapper

Mostrar archivo Open project: LordJZ/Kamilla Class Usage Examples

Public Properties

Property Type Description
FileExtension string
FileFilter string
Flags NetworkLogFlags
Name string
ReqHeader byte[]

Public Methods

Method Description
Activate ( NetworkLogMode mode ) : Kamilla.Network.Logging.NetworkLog
Fits ( byte header ) : bool
NetworkLogWrapper ( Kamilla.Network.Logging.NetworkLogAttribute attr, Type type ) : System

Method Details

Activate() public method

public Activate ( NetworkLogMode mode ) : Kamilla.Network.Logging.NetworkLog
mode NetworkLogMode
return Kamilla.Network.Logging.NetworkLog

Fits() public method

public Fits ( byte header ) : bool
header byte
return bool

NetworkLogWrapper() public method

public NetworkLogWrapper ( Kamilla.Network.Logging.NetworkLogAttribute attr, Type type ) : System
attr Kamilla.Network.Logging.NetworkLogAttribute
type System.Type
return System

Property Details

FileExtension public_oe property

public string FileExtension
return string

FileFilter public_oe property

public string FileFilter
return string

Flags public_oe property

public NetworkLogFlags Flags
return NetworkLogFlags

Name public_oe property

public string Name
return string

ReqHeader public_oe property

public byte[] ReqHeader
return byte[]