Table of Contents

Class OutBind

Namespace
Inetlab.SMPP.PDU
Assembly
Inetlab.SMPP.dll

Outbind allows MC to initiate a SMPP session

public class OutBind : SmppRequest
Inheritance
OutBind
Inherited Members
Extension Methods

Constructors

OutBind()

public OutBind()

OutBind(SmppHeader)

public OutBind(SmppHeader header)

Parameters

header SmppHeader

Properties

Password

The password may be used by the ESME for security reasons to authenticate the MC originating the outbind.

public string Password { get; set; }

Property Value

string

SystemId

Identifies the MC to the ESME.

public string SystemId { get; set; }

Property Value

string