C# Class ArtemisComm.ParentPacket

Inheritance: IPackage
显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

Property Type Description
LoadProperties void

Public Methods

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

Protected Methods

Method Description
AddError ( Exception ex ) : void
Dispose ( bool isDisposing ) : void

Private Methods

Method Description
LoadProperties ( Stream stream, int index ) : void

Method Details

AddError() protected method

protected AddError ( Exception ex ) : void
ex System.Exception
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

GetErrors() public method

public GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
return System.Collections.ObjectModel.ReadOnlyCollection

GetRawData() public method

public GetRawData ( ) : MemoryStream
return System.IO.MemoryStream

GetValidOrigin() public method

public GetValidOrigin ( ) : OriginType
return OriginType

ParentPacket() public method

public ParentPacket ( ) : System
return System

ParentPacket() public method

public ParentPacket ( Stream stream, int index ) : System
stream Stream
index int
return System