Table of Contents

Class SmppRequestEventArgs<TRequest, TResponse>

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

Type Parameters

TRequest
TResponse
Inheritance
Object
SmppRequestEventArgs<TRequest, TResponse>

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