Table of Contents

Class ProxyEndpoint

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll

Represents header of Proxy Protocol

public class ProxyEndpoint
Inheritance
ProxyEndpoint
Inherited Members

Constructors

ProxyEndpoint(EndPoint, EndPoint)

public ProxyEndpoint(EndPoint source, EndPoint destination)

Parameters

source EndPoint
destination EndPoint

Properties

Destination

Destination address on proxy server

public EndPoint Destination { get; }

Property Value

EndPoint

Source

Original source address

public EndPoint Source { get; }

Property Value

EndPoint