interface EndpointTypeOptions {
    endpointUrl?: UAString;
    securityMode?: MessageSecurityMode;
    securityPolicyUri?: UAString;
    transportProfileUri?: UAString;
}

Properties

endpointUrl?: UAString
securityMode?: MessageSecurityMode
securityPolicyUri?: UAString
transportProfileUri?: UAString