Show / Hide Table of Contents

    Class RemovePeerRequest

    Inheritance
    System.Object
    RemovePeerRequest
    Implements
    Google.Protobuf.IMessage<RemovePeerRequest>
    Google.Protobuf.IMessage
    System.IEquatable<RemovePeerRequest>
    Google.Protobuf.IDeepCloneable<RemovePeerRequest>
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Catalyst.Protocol.Rpc.Node
    Assembly: Catalyst.Protocol.dll
    Syntax
    public sealed class RemovePeerRequest : IMessage<RemovePeerRequest>, IMessage, IEquatable<RemovePeerRequest>, IDeepCloneable<RemovePeerRequest>

    Constructors

    | Improve this Doc View Source

    RemovePeerRequest()

    Declaration
    public RemovePeerRequest()
    | Improve this Doc View Source

    RemovePeerRequest(RemovePeerRequest)

    Declaration
    public RemovePeerRequest(RemovePeerRequest other)
    Parameters
    Type Name Description
    RemovePeerRequest other

    Fields

    | Improve this Doc View Source

    PeerIpFieldNumber

    Field number for the "peer_ip" field.

    Declaration
    public const int PeerIpFieldNumber = 1
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PublicKeyFieldNumber

    Field number for the "public_key" field.

    Declaration
    public const int PublicKeyFieldNumber = 2
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    Descriptor

    Declaration
    public static MessageDescriptor Descriptor { get; }
    Property Value
    Type Description
    Google.Protobuf.Reflection.MessageDescriptor
    | Improve this Doc View Source

    Parser

    Declaration
    public static MessageParser<RemovePeerRequest> Parser { get; }
    Property Value
    Type Description
    Google.Protobuf.MessageParser<RemovePeerRequest>
    | Improve this Doc View Source

    PeerIp

    Declaration
    public ByteString PeerIp { get; set; }
    Property Value
    Type Description
    Google.Protobuf.ByteString
    | Improve this Doc View Source

    PublicKey

    Declaration
    public ByteString PublicKey { get; set; }
    Property Value
    Type Description
    Google.Protobuf.ByteString

    Methods

    | Improve this Doc View Source

    CalculateSize()

    Declaration
    public int CalculateSize()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Clone()

    Declaration
    public RemovePeerRequest Clone()
    Returns
    Type Description
    RemovePeerRequest
    | Improve this Doc View Source

    Equals(RemovePeerRequest)

    Declaration
    public bool Equals(RemovePeerRequest other)
    Parameters
    Type Name Description
    RemovePeerRequest other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    MergeFrom(RemovePeerRequest)

    Declaration
    public void MergeFrom(RemovePeerRequest other)
    Parameters
    Type Name Description
    RemovePeerRequest other
    | Improve this Doc View Source

    MergeFrom(CodedInputStream)

    Declaration
    public void MergeFrom(CodedInputStream input)
    Parameters
    Type Name Description
    Google.Protobuf.CodedInputStream input
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    | Improve this Doc View Source

    WriteTo(CodedOutputStream)

    Declaration
    public void WriteTo(CodedOutputStream output)
    Parameters
    Type Name Description
    Google.Protobuf.CodedOutputStream output

    Explicit Interface Implementations

    | Improve this Doc View Source

    IMessage.Descriptor

    Declaration
    MessageDescriptor IMessage.Descriptor { get; }
    Returns
    Type Description
    Google.Protobuf.Reflection.MessageDescriptor

    Implements

    Google.Protobuf.IMessage<T>
    Google.Protobuf.IMessage
    System.IEquatable<T>
    Google.Protobuf.IDeepCloneable<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network