Class MessageEventHandlerArgs
- Namespace
- Inetlab.SMPP.Common
- Assembly
- cs.temp.dll.dll
public class MessageEventHandlerArgs
- Inheritance
-
ObjectMessageEventHandlerArgs
Constructors
MessageEventHandlerArgs(String, ISmppMessage[])
public MessageEventHandlerArgs(string text, ISmppMessage[] parts)
Parameters
text
Stringparts
ISmppMessage[]
Properties
Parts
public ISmppMessage[] Parts { get; }
Property Value
Text
public string Text { get; }
Property Value
- String