Class HostEndPoint
- Namespace
- Inetlab.SMPP.Common
- Assembly
- cs.temp.dll.dll
public class HostEndPoint : EndPoint
- Inheritance
-
ObjectHostEndPoint
Constructors
HostEndPoint(String, Int32)
public HostEndPoint(string host, int port)
Parameters
host
Stringport
Int32
Properties
Host
public string Host { get; }
Property Value
- String
Port
public int Port { get; }
Property Value
- Int32
Methods
ToString()
public override string ToString()
Returns
- String