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
| ConnectionId | The id of the connection. |
| RemoteIpAddress | The IP Address of the client. |
| RemotePort | The Port of the client. |
| LocalIpAddress | The IP Address of the server. |
| LocalPort | The Port of the server. |