C# Class PeerCastStation.Core.AtomCollectionExtensions

Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode Description
AddHostIP ( this collection, IPAddress value ) : void
AddHostPort ( this collection, int value ) : void
ByteArrayToID ( byte value ) : System.Guid
GetAtomFrom ( IAtomCollection collection, ID4 name ) : Atom
GetBcst ( this collection ) : IAtomCollection
GetBcstChannelID ( this collection ) : Guid?
GetBcstDest ( this collection ) : Guid?
GetBcstFrom ( this collection ) : Guid?
GetBcstGroup ( this collection ) : BroadcastGroup?
GetBcstHops ( this collection ) : byte?
GetBcstTTL ( this collection ) : byte?
GetBcstVersion ( this collection ) : int?
GetBcstVersionEXNumber ( this collection ) : short?
GetBcstVersionEXPrefix ( this collection ) : byte[]
GetBcstVersionVP ( this collection ) : int?
GetByteFrom ( IAtomCollection collection, ID4 name ) : byte?
GetBytesFrom ( IAtomCollection collection, ID4 name ) : byte[]
GetChan ( this collection ) : IAtomCollection
GetChanBCID ( this collection ) : Guid?
GetChanID ( this collection ) : Guid?
GetChanInfo ( this collection ) : IAtomCollection
GetChanInfoBitrate ( this collection ) : int?
GetChanInfoComment ( this collection ) : string
GetChanInfoDesc ( this collection ) : string
GetChanInfoGenre ( this collection ) : string
GetChanInfoName ( this collection ) : string
GetChanInfoPPFlags ( this collection ) : int?
GetChanInfoStreamExt ( this collection ) : string
GetChanInfoStreamType ( this collection ) : string
GetChanInfoType ( this collection ) : string
GetChanInfoURL ( this collection ) : string
GetChanPkt ( this collection ) : IAtomCollection
GetChanPktData ( this collection ) : byte[]
GetChanPktPos ( this collection ) : uint?
GetChanPktType ( this collection ) : ID4?
GetChanTrack ( this collection ) : IAtomCollection
GetChanTrackAlbum ( this collection ) : string
GetChanTrackCreator ( this collection ) : string
GetChanTrackGenre ( this collection ) : string
GetChanTrackTitle ( this collection ) : string
GetChanTrackURL ( this collection ) : string
GetCollectionFrom ( IAtomCollection collection, ID4 name ) : IAtomCollection
GetHelo ( this collection ) : IAtomCollection
GetHeloAgent ( this collection ) : string
GetHeloBCID ( this collection ) : Guid?
GetHeloDisable ( this collection ) : int?
GetHeloPing ( this collection ) : int?
GetHeloPort ( this collection ) : int?
GetHeloRemoteIP ( this collection ) : IPAddress
GetHeloRemotePort ( this collection ) : int?
GetHeloSessionID ( this collection ) : Guid?
GetHeloVersion ( this collection ) : int?
GetHost ( this collection ) : IAtomCollection
GetHostChannelID ( this collection ) : Guid?
GetHostClapPP ( this collection ) : int?
GetHostEndPoints ( this collection ) : System.Net.IPEndPoint[]
GetHostFlags1 ( this collection ) : PCPHostFlags1?
GetHostIP ( this collection ) : IPAddress
GetHostNewPos ( this collection ) : uint?
GetHostNumListeners ( this collection ) : int?
GetHostNumRelays ( this collection ) : int?
GetHostOldPos ( this collection ) : uint?
GetHostPort ( this collection ) : int?
GetHostSessionID ( this collection ) : Guid?
GetHostUphostEndPoint ( this collection ) : IPEndPoint
GetHostUphostHops ( this collection ) : int?
GetHostUphostIP ( this collection ) : IPAddress
GetHostUphostPort ( this collection ) : int?
GetHostUptime ( this collection ) : TimeSpan?
GetHostVersion ( this collection ) : int?
GetHostVersionEXNumber ( this collection ) : short?
GetHostVersionEXPrefix ( this collection ) : byte[]
GetHostVersionVP ( this collection ) : int?
GetID4From ( IAtomCollection collection, ID4 name ) : ID4?
GetIDFrom ( IAtomCollection collection, ID4 name ) : Guid?
GetIPAddressFrom ( IAtomCollection collection, ID4 name ) : IPAddress
GetIntFrom ( IAtomCollection collection, ID4 name ) : int?
GetOk ( this collection ) : int?
GetOleh ( this collection ) : IAtomCollection
GetQuit ( this collection ) : int?
GetShortFrom ( IAtomCollection collection, ID4 name ) : short?
GetStringFrom ( IAtomCollection collection, ID4 name ) : string
GetUIntFrom ( IAtomCollection collection, ID4 name ) : uint?
GetUShortFrom ( IAtomCollection collection, ID4 name ) : ushort?
IDToByteArray ( System.Guid value ) : byte[]
SetAtomTo ( IAtomCollection collection, Atom value ) : void
SetBcst ( this collection, IList value ) : void
SetBcstChannelID ( this collection, System.Guid value ) : void
SetBcstDest ( this collection, System.Guid value ) : void
SetBcstFrom ( this collection, System.Guid value ) : void
SetBcstGroup ( this collection, BroadcastGroup value ) : void
SetBcstHops ( this collection, byte value ) : void
SetBcstTTL ( this collection, byte value ) : void
SetBcstVersion ( this collection, int value ) : void
SetBcstVersionEXNumber ( this collection, short value ) : void
SetBcstVersionEXPrefix ( this collection, byte value ) : void
SetBcstVersionVP ( this collection, int value ) : void
SetChan ( this collection, IList value ) : void
SetChanBCID ( this collection, System.Guid value ) : void
SetChanID ( this collection, System.Guid value ) : void
SetChanInfo ( this collection, IList value ) : void
SetChanInfoBitrate ( this collection, int value ) : void
SetChanInfoComment ( this collection, string value ) : void
SetChanInfoDesc ( this collection, string value ) : void
SetChanInfoGenre ( this collection, string value ) : void
SetChanInfoName ( this collection, string value ) : void
SetChanInfoPPFlags ( this collection, int value ) : void
SetChanInfoStreamExt ( this collection, string value ) : void
SetChanInfoStreamType ( this collection, string value ) : void
SetChanInfoType ( this collection, string value ) : void
SetChanInfoURL ( this collection, string value ) : void
SetChanPkt ( this collection, IList value ) : void
SetChanPktData ( this collection, byte value ) : void
SetChanPktPos ( this collection, uint value ) : void
SetChanPktType ( this collection, ID4 value ) : void
SetChanTrack ( this collection, IList value ) : void
SetChanTrackAlbum ( this collection, string value ) : void
SetChanTrackCreator ( this collection, string value ) : void
SetChanTrackGenre ( this collection, string value ) : void
SetChanTrackTitle ( this collection, string value ) : void
SetChanTrackURL ( this collection, string value ) : void
SetHelo ( this collection, IList value ) : void
SetHeloAgent ( this collection, string value ) : void
SetHeloBCID ( this collection, System.Guid value ) : void
SetHeloDisable ( this collection, int value ) : void
SetHeloPing ( this collection, int value ) : void
SetHeloPort ( this collection, int value ) : void
SetHeloRemoteIP ( this collection, IPAddress value ) : void
SetHeloRemotePort ( this collection, int value ) : void
SetHeloSessionID ( this collection, System.Guid value ) : void
SetHeloVersion ( this collection, int value ) : void
SetHost ( this collection, IList value ) : void
SetHostChannelID ( this collection, System.Guid value ) : void
SetHostClapPP ( this collection, int value ) : void
SetHostFlags1 ( this collection, PCPHostFlags1 value ) : void
SetHostIP ( this collection, IPAddress value ) : void
SetHostNewPos ( this collection, uint value ) : void
SetHostNumListeners ( this collection, int value ) : void
SetHostNumRelays ( this collection, int value ) : void
SetHostOldPos ( this collection, uint value ) : void
SetHostPort ( this collection, int value ) : void
SetHostSessionID ( this collection, System.Guid value ) : void
SetHostUphostHops ( this collection, int value ) : void
SetHostUphostIP ( this collection, IPAddress value ) : void
SetHostUphostPort ( this collection, int value ) : void
SetHostUptime ( this collection, System.TimeSpan value ) : void
SetHostVersion ( this collection, int value ) : void
SetHostVersionEXNumber ( this collection, short value ) : void
SetHostVersionEXPrefix ( this collection, byte value ) : void
SetHostVersionVP ( this collection, int value ) : void
SetOk ( this collection, int value ) : void
SetOleh ( this collection, IList value ) : void
SetQuit ( this collection, int value ) : void

Method Details

AddHostIP() public static méthode

public static AddHostIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
Résultat void

AddHostPort() public static méthode

public static AddHostPort ( this collection, int value ) : void
collection this
value int
Résultat void

ByteArrayToID() public static méthode

public static ByteArrayToID ( byte value ) : System.Guid
value byte
Résultat System.Guid

GetAtomFrom() public static méthode

public static GetAtomFrom ( IAtomCollection collection, ID4 name ) : Atom
collection IAtomCollection
name ID4
Résultat Atom

GetBcst() public static méthode

public static GetBcst ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetBcstChannelID() public static méthode

public static GetBcstChannelID ( this collection ) : Guid?
collection this
Résultat Guid?

GetBcstDest() public static méthode

public static GetBcstDest ( this collection ) : Guid?
collection this
Résultat Guid?

GetBcstFrom() public static méthode

public static GetBcstFrom ( this collection ) : Guid?
collection this
Résultat Guid?

GetBcstGroup() public static méthode

public static GetBcstGroup ( this collection ) : BroadcastGroup?
collection this
Résultat BroadcastGroup?

GetBcstHops() public static méthode

public static GetBcstHops ( this collection ) : byte?
collection this
Résultat byte?

GetBcstTTL() public static méthode

public static GetBcstTTL ( this collection ) : byte?
collection this
Résultat byte?

GetBcstVersion() public static méthode

public static GetBcstVersion ( this collection ) : int?
collection this
Résultat int?

GetBcstVersionEXNumber() public static méthode

public static GetBcstVersionEXNumber ( this collection ) : short?
collection this
Résultat short?

GetBcstVersionEXPrefix() public static méthode

public static GetBcstVersionEXPrefix ( this collection ) : byte[]
collection this
Résultat byte[]

GetBcstVersionVP() public static méthode

public static GetBcstVersionVP ( this collection ) : int?
collection this
Résultat int?

GetByteFrom() public static méthode

public static GetByteFrom ( IAtomCollection collection, ID4 name ) : byte?
collection IAtomCollection
name ID4
Résultat byte?

GetBytesFrom() public static méthode

public static GetBytesFrom ( IAtomCollection collection, ID4 name ) : byte[]
collection IAtomCollection
name ID4
Résultat byte[]

GetChan() public static méthode

public static GetChan ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetChanBCID() public static méthode

public static GetChanBCID ( this collection ) : Guid?
collection this
Résultat Guid?

GetChanID() public static méthode

public static GetChanID ( this collection ) : Guid?
collection this
Résultat Guid?

GetChanInfo() public static méthode

public static GetChanInfo ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetChanInfoBitrate() public static méthode

public static GetChanInfoBitrate ( this collection ) : int?
collection this
Résultat int?

GetChanInfoComment() public static méthode

public static GetChanInfoComment ( this collection ) : string
collection this
Résultat string

GetChanInfoDesc() public static méthode

public static GetChanInfoDesc ( this collection ) : string
collection this
Résultat string

GetChanInfoGenre() public static méthode

public static GetChanInfoGenre ( this collection ) : string
collection this
Résultat string

GetChanInfoName() public static méthode

public static GetChanInfoName ( this collection ) : string
collection this
Résultat string

GetChanInfoPPFlags() public static méthode

public static GetChanInfoPPFlags ( this collection ) : int?
collection this
Résultat int?

GetChanInfoStreamExt() public static méthode

public static GetChanInfoStreamExt ( this collection ) : string
collection this
Résultat string

GetChanInfoStreamType() public static méthode

public static GetChanInfoStreamType ( this collection ) : string
collection this
Résultat string

GetChanInfoType() public static méthode

public static GetChanInfoType ( this collection ) : string
collection this
Résultat string

GetChanInfoURL() public static méthode

public static GetChanInfoURL ( this collection ) : string
collection this
Résultat string

GetChanPkt() public static méthode

public static GetChanPkt ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetChanPktData() public static méthode

public static GetChanPktData ( this collection ) : byte[]
collection this
Résultat byte[]

GetChanPktPos() public static méthode

public static GetChanPktPos ( this collection ) : uint?
collection this
Résultat uint?

GetChanPktType() public static méthode

public static GetChanPktType ( this collection ) : ID4?
collection this
Résultat ID4?

GetChanTrack() public static méthode

public static GetChanTrack ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetChanTrackAlbum() public static méthode

public static GetChanTrackAlbum ( this collection ) : string
collection this
Résultat string

GetChanTrackCreator() public static méthode

public static GetChanTrackCreator ( this collection ) : string
collection this
Résultat string

GetChanTrackGenre() public static méthode

public static GetChanTrackGenre ( this collection ) : string
collection this
Résultat string

GetChanTrackTitle() public static méthode

public static GetChanTrackTitle ( this collection ) : string
collection this
Résultat string

GetChanTrackURL() public static méthode

public static GetChanTrackURL ( this collection ) : string
collection this
Résultat string

GetCollectionFrom() public static méthode

public static GetCollectionFrom ( IAtomCollection collection, ID4 name ) : IAtomCollection
collection IAtomCollection
name ID4
Résultat IAtomCollection

GetHelo() public static méthode

public static GetHelo ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetHeloAgent() public static méthode

public static GetHeloAgent ( this collection ) : string
collection this
Résultat string

GetHeloBCID() public static méthode

public static GetHeloBCID ( this collection ) : Guid?
collection this
Résultat Guid?

GetHeloDisable() public static méthode

public static GetHeloDisable ( this collection ) : int?
collection this
Résultat int?

GetHeloPing() public static méthode

public static GetHeloPing ( this collection ) : int?
collection this
Résultat int?

GetHeloPort() public static méthode

public static GetHeloPort ( this collection ) : int?
collection this
Résultat int?

GetHeloRemoteIP() public static méthode

public static GetHeloRemoteIP ( this collection ) : IPAddress
collection this
Résultat System.Net.IPAddress

GetHeloRemotePort() public static méthode

public static GetHeloRemotePort ( this collection ) : int?
collection this
Résultat int?

GetHeloSessionID() public static méthode

public static GetHeloSessionID ( this collection ) : Guid?
collection this
Résultat Guid?

GetHeloVersion() public static méthode

public static GetHeloVersion ( this collection ) : int?
collection this
Résultat int?

GetHost() public static méthode

public static GetHost ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetHostChannelID() public static méthode

public static GetHostChannelID ( this collection ) : Guid?
collection this
Résultat Guid?

GetHostClapPP() public static méthode

public static GetHostClapPP ( this collection ) : int?
collection this
Résultat int?

GetHostEndPoints() public static méthode

public static GetHostEndPoints ( this collection ) : System.Net.IPEndPoint[]
collection this
Résultat System.Net.IPEndPoint[]

GetHostFlags1() public static méthode

public static GetHostFlags1 ( this collection ) : PCPHostFlags1?
collection this
Résultat PCPHostFlags1?

GetHostIP() public static méthode

public static GetHostIP ( this collection ) : IPAddress
collection this
Résultat System.Net.IPAddress

GetHostNewPos() public static méthode

public static GetHostNewPos ( this collection ) : uint?
collection this
Résultat uint?

GetHostNumListeners() public static méthode

public static GetHostNumListeners ( this collection ) : int?
collection this
Résultat int?

GetHostNumRelays() public static méthode

public static GetHostNumRelays ( this collection ) : int?
collection this
Résultat int?

GetHostOldPos() public static méthode

public static GetHostOldPos ( this collection ) : uint?
collection this
Résultat uint?

GetHostPort() public static méthode

public static GetHostPort ( this collection ) : int?
collection this
Résultat int?

GetHostSessionID() public static méthode

public static GetHostSessionID ( this collection ) : Guid?
collection this
Résultat Guid?

GetHostUphostEndPoint() public static méthode

public static GetHostUphostEndPoint ( this collection ) : IPEndPoint
collection this
Résultat System.Net.IPEndPoint

GetHostUphostHops() public static méthode

public static GetHostUphostHops ( this collection ) : int?
collection this
Résultat int?

GetHostUphostIP() public static méthode

public static GetHostUphostIP ( this collection ) : IPAddress
collection this
Résultat System.Net.IPAddress

GetHostUphostPort() public static méthode

public static GetHostUphostPort ( this collection ) : int?
collection this
Résultat int?

GetHostUptime() public static méthode

public static GetHostUptime ( this collection ) : TimeSpan?
collection this
Résultat TimeSpan?

GetHostVersion() public static méthode

public static GetHostVersion ( this collection ) : int?
collection this
Résultat int?

GetHostVersionEXNumber() public static méthode

public static GetHostVersionEXNumber ( this collection ) : short?
collection this
Résultat short?

GetHostVersionEXPrefix() public static méthode

public static GetHostVersionEXPrefix ( this collection ) : byte[]
collection this
Résultat byte[]

GetHostVersionVP() public static méthode

public static GetHostVersionVP ( this collection ) : int?
collection this
Résultat int?

GetID4From() public static méthode

public static GetID4From ( IAtomCollection collection, ID4 name ) : ID4?
collection IAtomCollection
name ID4
Résultat ID4?

GetIDFrom() public static méthode

public static GetIDFrom ( IAtomCollection collection, ID4 name ) : Guid?
collection IAtomCollection
name ID4
Résultat Guid?

GetIPAddressFrom() public static méthode

public static GetIPAddressFrom ( IAtomCollection collection, ID4 name ) : IPAddress
collection IAtomCollection
name ID4
Résultat System.Net.IPAddress

GetIntFrom() public static méthode

public static GetIntFrom ( IAtomCollection collection, ID4 name ) : int?
collection IAtomCollection
name ID4
Résultat int?

GetOk() public static méthode

public static GetOk ( this collection ) : int?
collection this
Résultat int?

GetOleh() public static méthode

public static GetOleh ( this collection ) : IAtomCollection
collection this
Résultat IAtomCollection

GetQuit() public static méthode

public static GetQuit ( this collection ) : int?
collection this
Résultat int?

GetShortFrom() public static méthode

public static GetShortFrom ( IAtomCollection collection, ID4 name ) : short?
collection IAtomCollection
name ID4
Résultat short?

GetStringFrom() public static méthode

public static GetStringFrom ( IAtomCollection collection, ID4 name ) : string
collection IAtomCollection
name ID4
Résultat string

GetUIntFrom() public static méthode

public static GetUIntFrom ( IAtomCollection collection, ID4 name ) : uint?
collection IAtomCollection
name ID4
Résultat uint?

GetUShortFrom() public static méthode

public static GetUShortFrom ( IAtomCollection collection, ID4 name ) : ushort?
collection IAtomCollection
name ID4
Résultat ushort?

IDToByteArray() public static méthode

public static IDToByteArray ( System.Guid value ) : byte[]
value System.Guid
Résultat byte[]

SetAtomTo() public static méthode

public static SetAtomTo ( IAtomCollection collection, Atom value ) : void
collection IAtomCollection
value Atom
Résultat void

SetBcst() public static méthode

public static SetBcst ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetBcstChannelID() public static méthode

public static SetBcstChannelID ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetBcstDest() public static méthode

public static SetBcstDest ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetBcstFrom() public static méthode

public static SetBcstFrom ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetBcstGroup() public static méthode

public static SetBcstGroup ( this collection, BroadcastGroup value ) : void
collection this
value BroadcastGroup
Résultat void

SetBcstHops() public static méthode

public static SetBcstHops ( this collection, byte value ) : void
collection this
value byte
Résultat void

SetBcstTTL() public static méthode

public static SetBcstTTL ( this collection, byte value ) : void
collection this
value byte
Résultat void

SetBcstVersion() public static méthode

public static SetBcstVersion ( this collection, int value ) : void
collection this
value int
Résultat void

SetBcstVersionEXNumber() public static méthode

public static SetBcstVersionEXNumber ( this collection, short value ) : void
collection this
value short
Résultat void

SetBcstVersionEXPrefix() public static méthode

public static SetBcstVersionEXPrefix ( this collection, byte value ) : void
collection this
value byte
Résultat void

SetBcstVersionVP() public static méthode

public static SetBcstVersionVP ( this collection, int value ) : void
collection this
value int
Résultat void

SetChan() public static méthode

public static SetChan ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetChanBCID() public static méthode

public static SetChanBCID ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetChanID() public static méthode

public static SetChanID ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetChanInfo() public static méthode

public static SetChanInfo ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetChanInfoBitrate() public static méthode

public static SetChanInfoBitrate ( this collection, int value ) : void
collection this
value int
Résultat void

SetChanInfoComment() public static méthode

public static SetChanInfoComment ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanInfoDesc() public static méthode

public static SetChanInfoDesc ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanInfoGenre() public static méthode

public static SetChanInfoGenre ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanInfoName() public static méthode

public static SetChanInfoName ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanInfoPPFlags() public static méthode

public static SetChanInfoPPFlags ( this collection, int value ) : void
collection this
value int
Résultat void

SetChanInfoStreamExt() public static méthode

public static SetChanInfoStreamExt ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanInfoStreamType() public static méthode

public static SetChanInfoStreamType ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanInfoType() public static méthode

public static SetChanInfoType ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanInfoURL() public static méthode

public static SetChanInfoURL ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanPkt() public static méthode

public static SetChanPkt ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetChanPktData() public static méthode

public static SetChanPktData ( this collection, byte value ) : void
collection this
value byte
Résultat void

SetChanPktPos() public static méthode

public static SetChanPktPos ( this collection, uint value ) : void
collection this
value uint
Résultat void

SetChanPktType() public static méthode

public static SetChanPktType ( this collection, ID4 value ) : void
collection this
value ID4
Résultat void

SetChanTrack() public static méthode

public static SetChanTrack ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetChanTrackAlbum() public static méthode

public static SetChanTrackAlbum ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanTrackCreator() public static méthode

public static SetChanTrackCreator ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanTrackGenre() public static méthode

public static SetChanTrackGenre ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanTrackTitle() public static méthode

public static SetChanTrackTitle ( this collection, string value ) : void
collection this
value string
Résultat void

SetChanTrackURL() public static méthode

public static SetChanTrackURL ( this collection, string value ) : void
collection this
value string
Résultat void

SetHelo() public static méthode

public static SetHelo ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetHeloAgent() public static méthode

public static SetHeloAgent ( this collection, string value ) : void
collection this
value string
Résultat void

SetHeloBCID() public static méthode

public static SetHeloBCID ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetHeloDisable() public static méthode

public static SetHeloDisable ( this collection, int value ) : void
collection this
value int
Résultat void

SetHeloPing() public static méthode

public static SetHeloPing ( this collection, int value ) : void
collection this
value int
Résultat void

SetHeloPort() public static méthode

public static SetHeloPort ( this collection, int value ) : void
collection this
value int
Résultat void

SetHeloRemoteIP() public static méthode

public static SetHeloRemoteIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
Résultat void

SetHeloRemotePort() public static méthode

public static SetHeloRemotePort ( this collection, int value ) : void
collection this
value int
Résultat void

SetHeloSessionID() public static méthode

public static SetHeloSessionID ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetHeloVersion() public static méthode

public static SetHeloVersion ( this collection, int value ) : void
collection this
value int
Résultat void

SetHost() public static méthode

public static SetHost ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetHostChannelID() public static méthode

public static SetHostChannelID ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetHostClapPP() public static méthode

public static SetHostClapPP ( this collection, int value ) : void
collection this
value int
Résultat void

SetHostFlags1() public static méthode

public static SetHostFlags1 ( this collection, PCPHostFlags1 value ) : void
collection this
value PCPHostFlags1
Résultat void

SetHostIP() public static méthode

public static SetHostIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
Résultat void

SetHostNewPos() public static méthode

public static SetHostNewPos ( this collection, uint value ) : void
collection this
value uint
Résultat void

SetHostNumListeners() public static méthode

public static SetHostNumListeners ( this collection, int value ) : void
collection this
value int
Résultat void

SetHostNumRelays() public static méthode

public static SetHostNumRelays ( this collection, int value ) : void
collection this
value int
Résultat void

SetHostOldPos() public static méthode

public static SetHostOldPos ( this collection, uint value ) : void
collection this
value uint
Résultat void

SetHostPort() public static méthode

public static SetHostPort ( this collection, int value ) : void
collection this
value int
Résultat void

SetHostSessionID() public static méthode

public static SetHostSessionID ( this collection, System.Guid value ) : void
collection this
value System.Guid
Résultat void

SetHostUphostHops() public static méthode

public static SetHostUphostHops ( this collection, int value ) : void
collection this
value int
Résultat void

SetHostUphostIP() public static méthode

public static SetHostUphostIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
Résultat void

SetHostUphostPort() public static méthode

public static SetHostUphostPort ( this collection, int value ) : void
collection this
value int
Résultat void

SetHostUptime() public static méthode

public static SetHostUptime ( this collection, System.TimeSpan value ) : void
collection this
value System.TimeSpan
Résultat void

SetHostVersion() public static méthode

public static SetHostVersion ( this collection, int value ) : void
collection this
value int
Résultat void

SetHostVersionEXNumber() public static méthode

public static SetHostVersionEXNumber ( this collection, short value ) : void
collection this
value short
Résultat void

SetHostVersionEXPrefix() public static méthode

public static SetHostVersionEXPrefix ( this collection, byte value ) : void
collection this
value byte
Résultat void

SetHostVersionVP() public static méthode

public static SetHostVersionVP ( this collection, int value ) : void
collection this
value int
Résultat void

SetOk() public static méthode

public static SetOk ( this collection, int value ) : void
collection this
value int
Résultat void

SetOleh() public static méthode

public static SetOleh ( this collection, IList value ) : void
collection this
value IList
Résultat void

SetQuit() public static méthode

public static SetQuit ( this collection, int value ) : void
collection this
value int
Résultat void