BridgeStack.ApiEndpointBuilder.ApiEndpointBuilder C# (CSharp) Method

ApiEndpointBuilder() private method

Instances the ApiEndpointBuilder without setting any of the required parameters.
private ApiEndpointBuilder ( ) : System
return System
        private ApiEndpointBuilder()
        {
            Vectors = new List<IRequestVector>();
        }

Same methods

ApiEndpointBuilder::ApiEndpointBuilder ( IStackClient client, ApiMethodEnum method, string appKey = null, string accessToken = null ) : System