Table of Contents

Class MessageEventHandlerArgs

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
public class MessageEventHandlerArgs
Inheritance
Object
MessageEventHandlerArgs

Constructors

MessageEventHandlerArgs(String, ISmppMessage[])

public MessageEventHandlerArgs(string text, ISmppMessage[] parts)

Parameters

text String
parts ISmppMessage[]

Properties

Parts

public ISmppMessage[] Parts { get; }

Property Value

ISmppMessage[]

Text

public string Text { get; }

Property Value

String