Skip to content

Class ProxyStartingEvent

Namespace: Void.Proxy.Api.Events.Proxy
Assembly: Void.Proxy.Api.dll

Signals that the proxy is beginning its startup sequence.

public record ProxyStartingEvent : IEvent, IEquatable<ProxyStartingEvent>

Inheritance

objectProxyStartingEvent

Implements

IEvent, IEquatable<ProxyStartingEvent>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Remarks

This event is published before hosted proxy services have completed startup.