Show / Hide Table of Contents

Class ReSendMessageArgs

Inheritance
System.Object
ReSendMessageArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
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 ReSendMessageArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

ReSendMessageArgs(String, Guid, Guid, Guid, String, String, Guid, Boolean)

Declaration
public ReSendMessageArgs(string endPointConfigurationName, Guid serial, Guid user, Guid psw, string base64Part1, string base64IV, Guid msgID, bool createCopy)
Parameters
Type Name Description
System.String endPointConfigurationName
System.Guid serial
System.Guid user
System.Guid psw
System.String base64Part1
System.String base64IV
System.Guid msgID
System.Boolean createCopy

ReSendMessageArgs(Uri, Guid, Guid, Guid, String, String, Guid, Boolean)

Declaration
public ReSendMessageArgs(Uri endPointUri, Guid serial, Guid user, Guid psw, string base64Part1, string base64IV, Guid msgID, bool createCopy)
Parameters
Type Name Description
System.Uri endPointUri
System.Guid serial
System.Guid user
System.Guid psw
System.String base64Part1
System.String base64IV
System.Guid msgID
System.Boolean createCopy

Properties

ApiPassword

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

ApiUser

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

Base64IV

Declaration
public string Base64IV { get; set; }
Property Value
Type Description
System.String

Base64Part1

Declaration
public string Base64Part1 { get; set; }
Property Value
Type Description
System.String

CreateCopy

Declaration
public bool CreateCopy { get; set; }
Property Value
Type Description
System.Boolean

EndPointConfigurationName

Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type Description
System.String

EndPointUri

Declaration
public Uri EndPointUri { get; set; }
Property Value
Type Description
System.Uri

MsgID

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

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