Table of Contents

Class OutBind

Namespace
Inetlab.SMPP.PDU
Assembly
cs.temp.dll.dll
Outbind allows MC to initiate a SMPP session
public class OutBind : SmppRequest
Inheritance
Object
OutBind
Inherited Members

Constructors

OutBind()

public OutBind()

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

Methods

CorrespondTo(SmppResponse)

public override bool CorrespondTo(SmppResponse response)

Parameters

response SmppResponse

Returns

Boolean