C# Class PeerCastStation.Core.AtomCollectionExtensions

Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method 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 method

public static AddHostIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
return void

AddHostPort() public static method

public static AddHostPort ( this collection, int value ) : void
collection this
value int
return void

ByteArrayToID() public static method

public static ByteArrayToID ( byte value ) : System.Guid
value byte
return System.Guid

GetAtomFrom() public static method

public static GetAtomFrom ( IAtomCollection collection, ID4 name ) : Atom
collection IAtomCollection
name ID4
return Atom

GetBcst() public static method

public static GetBcst ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetBcstChannelID() public static method

public static GetBcstChannelID ( this collection ) : Guid?
collection this
return Guid?

GetBcstDest() public static method

public static GetBcstDest ( this collection ) : Guid?
collection this
return Guid?

GetBcstFrom() public static method

public static GetBcstFrom ( this collection ) : Guid?
collection this
return Guid?

GetBcstGroup() public static method

public static GetBcstGroup ( this collection ) : BroadcastGroup?
collection this
return BroadcastGroup?

GetBcstHops() public static method

public static GetBcstHops ( this collection ) : byte?
collection this
return byte?

GetBcstTTL() public static method

public static GetBcstTTL ( this collection ) : byte?
collection this
return byte?

GetBcstVersion() public static method

public static GetBcstVersion ( this collection ) : int?
collection this
return int?

GetBcstVersionEXNumber() public static method

public static GetBcstVersionEXNumber ( this collection ) : short?
collection this
return short?

GetBcstVersionEXPrefix() public static method

public static GetBcstVersionEXPrefix ( this collection ) : byte[]
collection this
return byte[]

GetBcstVersionVP() public static method

public static GetBcstVersionVP ( this collection ) : int?
collection this
return int?

GetByteFrom() public static method

public static GetByteFrom ( IAtomCollection collection, ID4 name ) : byte?
collection IAtomCollection
name ID4
return byte?

GetBytesFrom() public static method

public static GetBytesFrom ( IAtomCollection collection, ID4 name ) : byte[]
collection IAtomCollection
name ID4
return byte[]

GetChan() public static method

public static GetChan ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetChanBCID() public static method

public static GetChanBCID ( this collection ) : Guid?
collection this
return Guid?

GetChanID() public static method

public static GetChanID ( this collection ) : Guid?
collection this
return Guid?

GetChanInfo() public static method

public static GetChanInfo ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetChanInfoBitrate() public static method

public static GetChanInfoBitrate ( this collection ) : int?
collection this
return int?

GetChanInfoComment() public static method

public static GetChanInfoComment ( this collection ) : string
collection this
return string

GetChanInfoDesc() public static method

public static GetChanInfoDesc ( this collection ) : string
collection this
return string

GetChanInfoGenre() public static method

public static GetChanInfoGenre ( this collection ) : string
collection this
return string

GetChanInfoName() public static method

public static GetChanInfoName ( this collection ) : string
collection this
return string

GetChanInfoPPFlags() public static method

public static GetChanInfoPPFlags ( this collection ) : int?
collection this
return int?

GetChanInfoStreamExt() public static method

public static GetChanInfoStreamExt ( this collection ) : string
collection this
return string

GetChanInfoStreamType() public static method

public static GetChanInfoStreamType ( this collection ) : string
collection this
return string

GetChanInfoType() public static method

public static GetChanInfoType ( this collection ) : string
collection this
return string

GetChanInfoURL() public static method

public static GetChanInfoURL ( this collection ) : string
collection this
return string

GetChanPkt() public static method

public static GetChanPkt ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetChanPktData() public static method

public static GetChanPktData ( this collection ) : byte[]
collection this
return byte[]

GetChanPktPos() public static method

public static GetChanPktPos ( this collection ) : uint?
collection this
return uint?

GetChanPktType() public static method

public static GetChanPktType ( this collection ) : ID4?
collection this
return ID4?

GetChanTrack() public static method

public static GetChanTrack ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetChanTrackAlbum() public static method

public static GetChanTrackAlbum ( this collection ) : string
collection this
return string

GetChanTrackCreator() public static method

public static GetChanTrackCreator ( this collection ) : string
collection this
return string

GetChanTrackGenre() public static method

public static GetChanTrackGenre ( this collection ) : string
collection this
return string

GetChanTrackTitle() public static method

public static GetChanTrackTitle ( this collection ) : string
collection this
return string

GetChanTrackURL() public static method

public static GetChanTrackURL ( this collection ) : string
collection this
return string

GetCollectionFrom() public static method

public static GetCollectionFrom ( IAtomCollection collection, ID4 name ) : IAtomCollection
collection IAtomCollection
name ID4
return IAtomCollection

GetHelo() public static method

public static GetHelo ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetHeloAgent() public static method

public static GetHeloAgent ( this collection ) : string
collection this
return string

GetHeloBCID() public static method

public static GetHeloBCID ( this collection ) : Guid?
collection this
return Guid?

GetHeloDisable() public static method

public static GetHeloDisable ( this collection ) : int?
collection this
return int?

GetHeloPing() public static method

public static GetHeloPing ( this collection ) : int?
collection this
return int?

GetHeloPort() public static method

public static GetHeloPort ( this collection ) : int?
collection this
return int?

GetHeloRemoteIP() public static method

public static GetHeloRemoteIP ( this collection ) : IPAddress
collection this
return System.Net.IPAddress

GetHeloRemotePort() public static method

public static GetHeloRemotePort ( this collection ) : int?
collection this
return int?

GetHeloSessionID() public static method

public static GetHeloSessionID ( this collection ) : Guid?
collection this
return Guid?

GetHeloVersion() public static method

public static GetHeloVersion ( this collection ) : int?
collection this
return int?

GetHost() public static method

public static GetHost ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetHostChannelID() public static method

public static GetHostChannelID ( this collection ) : Guid?
collection this
return Guid?

GetHostClapPP() public static method

public static GetHostClapPP ( this collection ) : int?
collection this
return int?

GetHostEndPoints() public static method

public static GetHostEndPoints ( this collection ) : System.Net.IPEndPoint[]
collection this
return System.Net.IPEndPoint[]

GetHostFlags1() public static method

public static GetHostFlags1 ( this collection ) : PCPHostFlags1?
collection this
return PCPHostFlags1?

GetHostIP() public static method

public static GetHostIP ( this collection ) : IPAddress
collection this
return System.Net.IPAddress

GetHostNewPos() public static method

public static GetHostNewPos ( this collection ) : uint?
collection this
return uint?

GetHostNumListeners() public static method

public static GetHostNumListeners ( this collection ) : int?
collection this
return int?

GetHostNumRelays() public static method

public static GetHostNumRelays ( this collection ) : int?
collection this
return int?

GetHostOldPos() public static method

public static GetHostOldPos ( this collection ) : uint?
collection this
return uint?

GetHostPort() public static method

public static GetHostPort ( this collection ) : int?
collection this
return int?

GetHostSessionID() public static method

public static GetHostSessionID ( this collection ) : Guid?
collection this
return Guid?

GetHostUphostEndPoint() public static method

public static GetHostUphostEndPoint ( this collection ) : IPEndPoint
collection this
return System.Net.IPEndPoint

GetHostUphostHops() public static method

public static GetHostUphostHops ( this collection ) : int?
collection this
return int?

GetHostUphostIP() public static method

public static GetHostUphostIP ( this collection ) : IPAddress
collection this
return System.Net.IPAddress

GetHostUphostPort() public static method

public static GetHostUphostPort ( this collection ) : int?
collection this
return int?

GetHostUptime() public static method

public static GetHostUptime ( this collection ) : TimeSpan?
collection this
return TimeSpan?

GetHostVersion() public static method

public static GetHostVersion ( this collection ) : int?
collection this
return int?

GetHostVersionEXNumber() public static method

public static GetHostVersionEXNumber ( this collection ) : short?
collection this
return short?

GetHostVersionEXPrefix() public static method

public static GetHostVersionEXPrefix ( this collection ) : byte[]
collection this
return byte[]

GetHostVersionVP() public static method

public static GetHostVersionVP ( this collection ) : int?
collection this
return int?

GetID4From() public static method

public static GetID4From ( IAtomCollection collection, ID4 name ) : ID4?
collection IAtomCollection
name ID4
return ID4?

GetIDFrom() public static method

public static GetIDFrom ( IAtomCollection collection, ID4 name ) : Guid?
collection IAtomCollection
name ID4
return Guid?

GetIPAddressFrom() public static method

public static GetIPAddressFrom ( IAtomCollection collection, ID4 name ) : IPAddress
collection IAtomCollection
name ID4
return System.Net.IPAddress

GetIntFrom() public static method

public static GetIntFrom ( IAtomCollection collection, ID4 name ) : int?
collection IAtomCollection
name ID4
return int?

GetOk() public static method

public static GetOk ( this collection ) : int?
collection this
return int?

GetOleh() public static method

public static GetOleh ( this collection ) : IAtomCollection
collection this
return IAtomCollection

GetQuit() public static method

public static GetQuit ( this collection ) : int?
collection this
return int?

GetShortFrom() public static method

public static GetShortFrom ( IAtomCollection collection, ID4 name ) : short?
collection IAtomCollection
name ID4
return short?

GetStringFrom() public static method

public static GetStringFrom ( IAtomCollection collection, ID4 name ) : string
collection IAtomCollection
name ID4
return string

GetUIntFrom() public static method

public static GetUIntFrom ( IAtomCollection collection, ID4 name ) : uint?
collection IAtomCollection
name ID4
return uint?

GetUShortFrom() public static method

public static GetUShortFrom ( IAtomCollection collection, ID4 name ) : ushort?
collection IAtomCollection
name ID4
return ushort?

IDToByteArray() public static method

public static IDToByteArray ( System.Guid value ) : byte[]
value System.Guid
return byte[]

SetAtomTo() public static method

public static SetAtomTo ( IAtomCollection collection, Atom value ) : void
collection IAtomCollection
value Atom
return void

SetBcst() public static method

public static SetBcst ( this collection, IList value ) : void
collection this
value IList
return void

SetBcstChannelID() public static method

public static SetBcstChannelID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetBcstDest() public static method

public static SetBcstDest ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetBcstFrom() public static method

public static SetBcstFrom ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetBcstGroup() public static method

public static SetBcstGroup ( this collection, BroadcastGroup value ) : void
collection this
value BroadcastGroup
return void

SetBcstHops() public static method

public static SetBcstHops ( this collection, byte value ) : void
collection this
value byte
return void

SetBcstTTL() public static method

public static SetBcstTTL ( this collection, byte value ) : void
collection this
value byte
return void

SetBcstVersion() public static method

public static SetBcstVersion ( this collection, int value ) : void
collection this
value int
return void

SetBcstVersionEXNumber() public static method

public static SetBcstVersionEXNumber ( this collection, short value ) : void
collection this
value short
return void

SetBcstVersionEXPrefix() public static method

public static SetBcstVersionEXPrefix ( this collection, byte value ) : void
collection this
value byte
return void

SetBcstVersionVP() public static method

public static SetBcstVersionVP ( this collection, int value ) : void
collection this
value int
return void

SetChan() public static method

public static SetChan ( this collection, IList value ) : void
collection this
value IList
return void

SetChanBCID() public static method

public static SetChanBCID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetChanID() public static method

public static SetChanID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetChanInfo() public static method

public static SetChanInfo ( this collection, IList value ) : void
collection this
value IList
return void

SetChanInfoBitrate() public static method

public static SetChanInfoBitrate ( this collection, int value ) : void
collection this
value int
return void

SetChanInfoComment() public static method

public static SetChanInfoComment ( this collection, string value ) : void
collection this
value string
return void

SetChanInfoDesc() public static method

public static SetChanInfoDesc ( this collection, string value ) : void
collection this
value string
return void

SetChanInfoGenre() public static method

public static SetChanInfoGenre ( this collection, string value ) : void
collection this
value string
return void

SetChanInfoName() public static method

public static SetChanInfoName ( this collection, string value ) : void
collection this
value string
return void

SetChanInfoPPFlags() public static method

public static SetChanInfoPPFlags ( this collection, int value ) : void
collection this
value int
return void

SetChanInfoStreamExt() public static method

public static SetChanInfoStreamExt ( this collection, string value ) : void
collection this
value string
return void

SetChanInfoStreamType() public static method

public static SetChanInfoStreamType ( this collection, string value ) : void
collection this
value string
return void

SetChanInfoType() public static method

public static SetChanInfoType ( this collection, string value ) : void
collection this
value string
return void

SetChanInfoURL() public static method

public static SetChanInfoURL ( this collection, string value ) : void
collection this
value string
return void

SetChanPkt() public static method

public static SetChanPkt ( this collection, IList value ) : void
collection this
value IList
return void

SetChanPktData() public static method

public static SetChanPktData ( this collection, byte value ) : void
collection this
value byte
return void

SetChanPktPos() public static method

public static SetChanPktPos ( this collection, uint value ) : void
collection this
value uint
return void

SetChanPktType() public static method

public static SetChanPktType ( this collection, ID4 value ) : void
collection this
value ID4
return void

SetChanTrack() public static method

public static SetChanTrack ( this collection, IList value ) : void
collection this
value IList
return void

SetChanTrackAlbum() public static method

public static SetChanTrackAlbum ( this collection, string value ) : void
collection this
value string
return void

SetChanTrackCreator() public static method

public static SetChanTrackCreator ( this collection, string value ) : void
collection this
value string
return void

SetChanTrackGenre() public static method

public static SetChanTrackGenre ( this collection, string value ) : void
collection this
value string
return void

SetChanTrackTitle() public static method

public static SetChanTrackTitle ( this collection, string value ) : void
collection this
value string
return void

SetChanTrackURL() public static method

public static SetChanTrackURL ( this collection, string value ) : void
collection this
value string
return void

SetHelo() public static method

public static SetHelo ( this collection, IList value ) : void
collection this
value IList
return void

SetHeloAgent() public static method

public static SetHeloAgent ( this collection, string value ) : void
collection this
value string
return void

SetHeloBCID() public static method

public static SetHeloBCID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetHeloDisable() public static method

public static SetHeloDisable ( this collection, int value ) : void
collection this
value int
return void

SetHeloPing() public static method

public static SetHeloPing ( this collection, int value ) : void
collection this
value int
return void

SetHeloPort() public static method

public static SetHeloPort ( this collection, int value ) : void
collection this
value int
return void

SetHeloRemoteIP() public static method

public static SetHeloRemoteIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
return void

SetHeloRemotePort() public static method

public static SetHeloRemotePort ( this collection, int value ) : void
collection this
value int
return void

SetHeloSessionID() public static method

public static SetHeloSessionID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetHeloVersion() public static method

public static SetHeloVersion ( this collection, int value ) : void
collection this
value int
return void

SetHost() public static method

public static SetHost ( this collection, IList value ) : void
collection this
value IList
return void

SetHostChannelID() public static method

public static SetHostChannelID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetHostClapPP() public static method

public static SetHostClapPP ( this collection, int value ) : void
collection this
value int
return void

SetHostFlags1() public static method

public static SetHostFlags1 ( this collection, PCPHostFlags1 value ) : void
collection this
value PCPHostFlags1
return void

SetHostIP() public static method

public static SetHostIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
return void

SetHostNewPos() public static method

public static SetHostNewPos ( this collection, uint value ) : void
collection this
value uint
return void

SetHostNumListeners() public static method

public static SetHostNumListeners ( this collection, int value ) : void
collection this
value int
return void

SetHostNumRelays() public static method

public static SetHostNumRelays ( this collection, int value ) : void
collection this
value int
return void

SetHostOldPos() public static method

public static SetHostOldPos ( this collection, uint value ) : void
collection this
value uint
return void

SetHostPort() public static method

public static SetHostPort ( this collection, int value ) : void
collection this
value int
return void

SetHostSessionID() public static method

public static SetHostSessionID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void

SetHostUphostHops() public static method

public static SetHostUphostHops ( this collection, int value ) : void
collection this
value int
return void

SetHostUphostIP() public static method

public static SetHostUphostIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
return void

SetHostUphostPort() public static method

public static SetHostUphostPort ( this collection, int value ) : void
collection this
value int
return void

SetHostUptime() public static method

public static SetHostUptime ( this collection, System.TimeSpan value ) : void
collection this
value System.TimeSpan
return void

SetHostVersion() public static method

public static SetHostVersion ( this collection, int value ) : void
collection this
value int
return void

SetHostVersionEXNumber() public static method

public static SetHostVersionEXNumber ( this collection, short value ) : void
collection this
value short
return void

SetHostVersionEXPrefix() public static method

public static SetHostVersionEXPrefix ( this collection, byte value ) : void
collection this
value byte
return void

SetHostVersionVP() public static method

public static SetHostVersionVP ( this collection, int value ) : void
collection this
value int
return void

SetOk() public static method

public static SetOk ( this collection, int value ) : void
collection this
value int
return void

SetOleh() public static method

public static SetOleh ( this collection, IList value ) : void
collection this
value IList
return void

SetQuit() public static method

public static SetQuit ( this collection, int value ) : void
collection this
value int
return void