X13.Periphery.MsAdvertise.GetBytes C# (CSharp) Méthode

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]
    public override byte[] GetBytes() {
      return _buf;
    }
  }