Class CreateMessengingArgs
That is the args use to Create a messenging call
Inherited Members
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 |