Class FullHashQuery
Full Hash Query.
Inheritance
Inherited Members
Namespace: Gee.External.Browsing.Clients
Assembly: Gee.External.Browsing.dll
Syntax
public sealed class FullHashQuery
Constructors
FullHashQuery(ThreatListDescriptor, String)
Create a Full Hash Query.
Declaration
public FullHashQuery(ThreatListDescriptor threatListDescriptor, string threatListState)
Parameters
Type | Name | Description |
---|---|---|
ThreatListDescriptor | threatListDescriptor | A ThreatListDescriptor identifying the ThreatList to query. |
System.String | threatListState | The state, formatted as a hexadecimal encoded string, of the ThreatList identified by
|
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if |
System.FormatException | Thrown if |
FullHashQuery(ThreatType, PlatformType, ThreatEntryType, String)
Create a Full Hash Query.
Declaration
public FullHashQuery(ThreatType threatType, PlatformType platformType, ThreatEntryType threatEntryType, string threatListState)
Parameters
Type | Name | Description |
---|---|---|
ThreatType | threatType | A ThreatType identifying the ThreatList to query. |
PlatformType | platformType | A PlatformType identifying the ThreatList to query. |
ThreatEntryType | threatEntryType | A ThreatEntryType identifying the ThreatList to query. |
System.String | threatListState | The state, formatted as a hexadecimal encoded string, of the ThreatList identified by
|
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if |
System.FormatException | Thrown if |
Properties
ThreatListDescriptor
Get Threat List Descriptor.
Declaration
public ThreatListDescriptor ThreatListDescriptor { get; }
Property Value
Type |
---|
ThreatListDescriptor |
Remarks
Represents the ThreatListDescriptor identifying the ThreatList to query.
ThreatListState
Get and Set Threat List State.
Declaration
public string ThreatListState { get; }
Property Value
Type |
---|
System.String |
Remarks
Represents the state, formatted as a hexadecimal encoded string, of the ThreatList identified by ThreatListDescriptor.
Methods
Equals(Object)
Determine if This Object is Equal to Another Object.
Declaration
public override bool Equals(object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | An object to compare to. |
Returns
Type | Description |
---|---|
System.Boolean | A boolean true if this object is equal to |
Overrides
GetHashCode()
Get Object's Hash Code.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | The object's hash code. |
Overrides
ToString()
Get Object's String Representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The object's string representation. |