PeerCastStation.Core.AtomCollectionExtensions.SetHeloSessionID C# (CSharp) Method

SetHeloSessionID() public static method

public static SetHeloSessionID ( this collection, System.Guid value ) : void
collection this
value System.Guid
return void
    public static void SetHeloSessionID(this IAtomCollection collection, Guid value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_HELO_SESSIONID, IDToByteArray(value)));
    }
AtomCollectionExtensions