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

SetHeloRemoteIP() public static method

public static SetHeloRemoteIP ( this collection, IPAddress value ) : void
collection this
value System.Net.IPAddress
return void
    public static void SetHeloRemoteIP(this IAtomCollection collection, IPAddress value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_HELO_REMOTEIP, value));
    }
AtomCollectionExtensions