Show / Hide Table of Contents

Class ArtifactClient

Entity or software accessing or utilizing network resources.

Inheritance
object
ArtifactClient
Implements
IMessage<ArtifactClient>
IEquatable<ArtifactClient>
IDeepCloneable<ArtifactClient>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class ArtifactClient : IMessage<ArtifactClient>, IEquatable<ArtifactClient>, IDeepCloneable<ArtifactClient>, IBufferMessage, IMessage

Constructors

ArtifactClient()

Declaration
public ArtifactClient()

ArtifactClient(ArtifactClient)

Declaration
public ArtifactClient(ArtifactClient other)
Parameters
Type Name Description
ArtifactClient other

Properties

Behaviors

The behaviors of the client accessing the network.

Declaration
public RepeatedField<string> Behaviors { get; }
Property Value
Type Description
RepeatedField<string>

Proxies

The type of proxies used by the client.

Declaration
public RepeatedField<string> Proxies { get; }
Property Value
Type Description
RepeatedField<string>
In this article
Back to top Generated by DocFX