BridgeStack.ApiEndpointBuilder.ApiEndpointBuilder C# (CSharp) Метод

ApiEndpointBuilder() приватный Метод

Instances the ApiEndpointBuilder without setting any of the required parameters.
private ApiEndpointBuilder ( ) : System
Результат System
        private ApiEndpointBuilder()
        {
            Vectors = new List<IRequestVector>();
        }

Same methods

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