Search Results for

    Show / Hide Table of Contents

    Class SmppServer

    The SMPP server to which an SmppClient can be connected.

    Inheritance
    Object
    SmppServer
    Implements
    IDisposable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Inetlab.SMPP
    Assembly: Inetlab.SMPP.dll
    Syntax
    public class SmppServer : IDisposable

    Constructors

    Name Description
    SmppServer(IPEndPoint)

    Properties

    Name Description
    ConnectedClients

    Gets a list of connected clients

    EnabledSslProtocols

    Defines enabled versions of SSL Protocols for SMPP client.

    Logger
    Name

    Name of the server. Used for logging.

    ServerCertificate

    Gets or sets server certificate for SSL connection

    Methods

    Name Description
    Dispose()
    Start()
    Start(CancellationToken)
    Stop()

    Stop server

    Events

    Name Description
    evClientBind

    Occurs when SmppClient bind with server

    evClientCancelSm

    Occurs when SmppClient sent CANCEL_SM PDU

    evClientCertificateValidation

    Validating client certificate.

    evClientConnected

    Occurs when SmppClient is connected

    evClientDataSm

    Occurs when SmppClient sent DATA_SM PDU

    evClientDisconnected

    Occurs when SmppClient is disconnected

    evClientEnquireLink

    Occurs when SmppClient sent ENQUIRE_LINK PDU

    evClientGenericNack

    Occurs when SmppClient sent GENERIC_NACK PDU

    evClientOutBind

    Occurs when MC initiate a SMPP session

    evClientQuerySm

    Occurs when SmppClient sent QUERY_SM PDU

    evClientReplaceSm

    Occurs when SmppClient sent REPLACE_SM PDU

    evClientSubmitMulti

    Occurs when SmppClient sent SUBMIT_MULTI PDU

    evClientSubmitSm

    Occurs when SmppClient sent SUBMIT_SM PDU

    evClientUnBind

    Occurs when SmppClient unbind from server

    evServerStarted

    Occurs when server is started

    In This Article
    Back to top Copyright © 2010-2021 InetLab e.U.
    Generated by DocFX