Home ConnectionSnapshot Class
Post
Cancel

ConnectionSnapshot Class

Definition

Namespace: EntityDb.Mvc.Agents
Assembly: EntityDb.Mvc

Represents the connection used by agent.

1
public sealed class ConnectionSnapshot : System.IEquatable<ConnectionSnapshot>

Inheritance: Object

Constructors

ConnectionSnapshot(String, String, Int32, String, Int32) Represents the connection used by agent.

Properties

ConnectionIdThe id of the connection.
RemoteIpAddressThe IP Address of the client.
RemotePortThe Port of the client.
LocalIpAddressThe IP Address of the server.
LocalPortThe Port of the server.
This post is licensed under CC BY 4.0 by the author.