Class PinpointFileServiceClientOptions
Options that specify how to connect to an Acuit Pinpoint TCP SOAP file retrieval service.
public class PinpointFileServiceClientOptions : PinpointClientOptions
- Inheritance
-
PinpointFileServiceClientOptions
- Inherited Members
Constructors
PinpointFileServiceClientOptions()
public PinpointFileServiceClientOptions()
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}/PinpointFile. Otherwise, an InvalidOperationException
will be thrown.
Exceptions
- InvalidOperationException
The options are invalid.