Table of Contents

Class SmppConnectionOptions

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

Options for SMPP connection.

public class SmppConnectionOptions
Inheritance
SmppConnectionOptions
Derived
Inherited Members

Constructors

SmppConnectionOptions()

public SmppConnectionOptions()

Properties

ConnectionTimeout

Gets or sets the time to wait while trying to establish a connection before terminating the attempt. Default is 20 seconds.

public TimeSpan ConnectionTimeout { get; set; }

Property Value

TimeSpan

SinglePDUinTCPPacket

Send each SMPP PDU in a single TCP packet

public bool SinglePDUinTCPPacket { get; set; }

Property Value

bool

Ssl

Defines options for SSL connection.

public SslConnectionOptions Ssl { get; set; }

Property Value

SslConnectionOptions