Table of Contents

Class SmppRequestEventArgs<TRequest, TResponse>

Namespace
Inetlab.SMPP.PDU
Assembly
Inetlab.SMPP.dll
public class SmppRequestEventArgs<TRequest, TResponse> : EventArgs

Type Parameters

TRequest
TResponse
Inheritance
SmppRequestEventArgs<TRequest, TResponse>
Inherited Members

Properties

Client

public SmppClientBase Client { get; set; }

Property Value

SmppClientBase

Request

public TRequest Request { get; set; }

Property Value

TRequest

Response

public TResponse Response { get; set; }

Property Value

TResponse