Class InvokeOptionsBase
Class containing the members used to invoke service calls
This class is only intended for internal use inside the AWS client libraries. Callers shouldn't ever interact directly with objects of this class.
public abstract class InvokeOptionsBase
- Inheritance
-
InvokeOptionsBase
- Derived
- Inherited Members
Constructors
InvokeOptionsBase()
protected InvokeOptionsBase()
Properties
EndpointDiscoveryMarshaller
public virtual IMarshaller<EndpointDiscoveryDataBase, AmazonWebServiceRequest> EndpointDiscoveryMarshaller { get; set; }
Property Value
EndpointOperation
public virtual EndpointOperationDelegate EndpointOperation { get; set; }
Property Value
RequestMarshaller
public virtual IMarshaller<IRequest, AmazonWebServiceRequest> RequestMarshaller { get; set; }
Property Value
ResponseUnmarshaller
public virtual ResponseUnmarshaller ResponseUnmarshaller { get; set; }