Show / Hide Table of Contents

Class CreateMessengingArgs

That is the args use to Create a messenging call

Inheritance
System.Object
BaseEndPointConfiguration
CreateMessengingArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
Inherited Members
BaseEndPointConfiguration.EndPointConfigurationName
BaseEndPointConfiguration.EndPointUri
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class CreateMessengingArgs : BaseEndPointConfiguration, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Properties

ApiPassword

The api password

Declaration
public Guid ApiPassword { get; set; }
Property Value
Type Description
System.Guid

ApiUser

The api user

Declaration
public Guid ApiUser { get; set; }
Property Value
Type Description
System.Guid

Messenging

The SE messenging parameters need to be send

Declaration
public SEMessenging Messenging { get; set; }
Property Value
Type Description
SEMessenging

Serial

The Serial

Declaration
public Guid Serial { get; set; }
Property Value
Type Description
System.Guid

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX