Class RpcDisconnectedEventArgs
Namespace: DotBoxD.Services.Diagnostics
Assembly: DotBoxD.Services.dll
Describes why a DotBoxD.Services.Peer.RpcPeer’s read loop ended.
public sealed class RpcDisconnectedEventArgs : EventArgsInheritance
Section titled “Inheritance”object ← EventArgs ← RpcDisconnectedEventArgs
Inherited Members
Section titled “Inherited Members”EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()
Constructors
Section titled “Constructors”RpcDisconnectedEventArgs(string, Exception?)
Section titled “ RpcDisconnectedEventArgs(string, Exception?)”public RpcDisconnectedEventArgs(string remoteEndpoint, Exception? error)Parameters
Section titled “Parameters”remoteEndpoint string
error Exception?
Properties
Section titled “Properties”The read error, or null when the close was graceful.
public Exception? Error { get; }Property Value
Section titled “Property Value”RemoteEndpoint
Section titled “ RemoteEndpoint”The remote endpoint string of the channel that closed.
public string RemoteEndpoint { get; }