Class PinpointServiceClientOptions
Options that specify how to connect to an Acuit Pinpoint TCP SOAP core service.
public class PinpointServiceClientOptions : PinpointClientOptions
- Inheritance
-
PinpointServiceClientOptions
- Inherited Members
Constructors
PinpointServiceClientOptions()
public PinpointServiceClientOptions()
Methods
GetEffectiveServiceUri()
Gets the Acuit Pinpoint service URI string to use based on the options.
public override string GetEffectiveServiceUri()
Returns
- string
The service URI string.
Remarks
If ServiceUri is set, it will be returned as-is, and PinpointHostName will be
ignored. Otherwise, if PinpointHostName is set, the returned URI will be constructed from
PinpointHostName as net.tcp://{PinpointHostName}/Pinpoint. Otherwise, an
InvalidOperationException will be thrown.
Exceptions
- InvalidOperationException
The options are invalid.