CommandBasedSession
Overview
This class represents local and remote network endpoints.
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.CommandBased
Properties
LocalEndPoint virtual
Represents the local endpoint associated with the session.
property LocalEndPoint: IPEndPoint read write;
IPEndPoint LocalEndPoint { get; set; }
var LocalEndPoint: IPEndPoint { get{} set{} }
Property LocalEndPoint() As IPEndPoint
RemoteEndPoint virtual
Represents the remote endpoint associated with the session.
property RemoteEndPoint: IPEndPoint read write;
IPEndPoint RemoteEndPoint { get; set; }
var RemoteEndPoint: IPEndPoint { get{} set{} }
Property RemoteEndPoint() As IPEndPoint
Instance Methods
constructor .NET, .NET Core 5.0, .NET Standard 2.0, Island
constructor
CommandBasedSession()
init()
Sub New()