Table of Contents

Class SmppClientConnectionOptions

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll
public class SmppClientConnectionOptions : SmppConnectionOptions
Inheritance
SmppClientConnectionOptions
Inherited Members

Constructors

SmppClientConnectionOptions()

public SmppClientConnectionOptions()

Properties

ClientCertificates

Defines collection of Client Certificates

public X509CertificateCollection ClientCertificates { get; set; }

Property Value

X509CertificateCollection

LocalEndPoint

Allows to assign the socket's local IP address and port number

public EndPoint LocalEndPoint { get; set; }

Property Value

EndPoint

ReceiveBufferSize

Gets or sets a value that specifies the size of the receive buffer of the Socket.

public int? ReceiveBufferSize { get; set; }

Property Value

int?

RemoteEndPoint

The EndPoint with which the SmppClient is communicating.

public EndPoint RemoteEndPoint { get; set; }

Property Value

EndPoint

SendBufferSize

Gets or sets a value that specifies the size of the send buffer of the Socket.

public int? SendBufferSize { get; set; }

Property Value

int?