Class GetAvailableMessageCopyArgs
Inheritance
System.Object
GetAvailableMessageCopyArgs
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
[Obsolete("no more supported")]
public class GetAvailableMessageCopyArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded
Constructors
GetAvailableMessageCopyArgs(String, Guid, Guid, Guid)
Declaration
public GetAvailableMessageCopyArgs(string endPointConfiguration, Guid serial, Guid apiUser, Guid apiPassword)
Parameters
Type | Name | Description |
---|---|---|
System.String | endPointConfiguration | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword |
GetAvailableMessageCopyArgs(Uri, Guid, Guid, Guid)
Declaration
public GetAvailableMessageCopyArgs(Uri endPointUri, Guid serial, Guid apiUser, Guid apiPassword)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | endPointUri | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword |
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 |
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 |
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |