Show / Hide Table of Contents

Class IsValidPhishingRequestArgs

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

Properties

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

FinalHTMLBody

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

From

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

Serial

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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