Class SmppRequestEventArgs<TRequest, TResponse>
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
Request
public TRequest Request { get; set; }
Property Value
- TRequest
Response
public TResponse Response { get; set; }
Property Value
- TResponse