Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetMessengingResponse

    The response of the server when we call the GetMessenging

    Inheritance
    object
    Answer
    GetMessengingResponse
    Implements
    INotifyPropertyChanged
    Inherited Members
    Answer.Data
    Answer.Status
    Answer.PropertyChanged
    Answer.RaisePropertyChanged(string)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Answer
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetMessengingResponse : Answer, INotifyPropertyChanged

    Properties

    Messengings

    The messenging for a call. Attention, when you get the messenging in that list, keep that list saved because if an exception is not managed in your code, thoses message will not able to be retreived.

    Declaration
    public List<SEMessenging> Messengings { get; set; }
    Property Value
    Type Description
    List<SEMessenging>

    Implements

    INotifyPropertyChanged

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation