C# Class ArtemisComm.ParentPacket

Inheritance: IPackage
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

Свойство Type Description
LoadProperties void

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType
ParentPacket ( ) : System
ParentPacket ( Stream stream, int index ) : System

Méthodes protégées

Méthode Description
AddError ( Exception ex ) : void
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
LoadProperties ( Stream stream, int index ) : void

Method Details

AddError() protected méthode

protected AddError ( Exception ex ) : void
ex System.Exception
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

GetErrors() public méthode

public GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
Résultat System.Collections.ObjectModel.ReadOnlyCollection

GetRawData() public méthode

public GetRawData ( ) : MemoryStream
Résultat System.IO.MemoryStream

GetValidOrigin() public méthode

public GetValidOrigin ( ) : OriginType
Résultat OriginType

ParentPacket() public méthode

public ParentPacket ( ) : System
Résultat System

ParentPacket() public méthode

public ParentPacket ( Stream stream, int index ) : System
stream Stream
index int
Résultat System