Interface IActivationAttemptContext
Contextual information passed to the designated callback configured via BeforeEachAttempt(Action<IActivationAttemptContext>).
Namespace: Sp.Agent.Configuration.Product.Activation
Assembly: Sp.Agent.dll
Properties
Address
The Endpoint that this attempt will be directed at (can vary per attempt, see PreviousAttempts).
Declaration
Uri Address { get; }
Property Value
Type | Description |
---|---|
System.Uri |
PreviousAttempts
The number of previous attempts that have already taken place.
Declaration
int PreviousAttempts { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Examples
0
on the first attempt to transmit the Activation Request.
Protocol
The Web Service context that will be used to transmit the request.
Declaration
SoapHttpClientProtocol Protocol { get; }
Property Value
Type | Description |
---|---|
System.Web.Services.Protocols.SoapHttpClientProtocol |