Overload | Description |
---|---|
EasyUAServer Constructor() | Initializes a new instance of the class, with default values. |
EasyUAServer Constructor(EasyUAServer) | Initializes a new instance of the class from another server object. |
EasyUAServer Constructor(IConfiguration) | Initializes a new instance of the class, specifying the configuration to use. |
EasyUAServer Constructor(IContainer) | Required for Windows.Forms Class Composition Designer support |
EasyUAServer Constructor(String) | Initializes a new instance of the class, specifying the primary endpoint URL string. |
EasyUAServer Constructor(String[]) | Initializes a new instance of the class, specifying an array of endpoint URL strings. |
EasyUAServer Constructor(UAMessageSecurityModes) | Initializes a new instance of the class, specifying the message security modes. |
EasyUAServer Constructor(UAMessageSecurityModes,String) | Initializes a new instance of the class, specifying the message security modes, and the primary endpoint URL string. |
EasyUAServer Constructor(UAMessageSecurityModes,String[]) | Initializes a new instance of the class, specifying the message security modes, and an array of endpoint URL strings. |
EasyUAServer Constructor(UAMessageSecurityModes,Uri) | Initializes a new instance of the class, specifying the message security modes, and the primary endpoint URL. |
EasyUAServer Constructor(UAMessageSecurityModes,Uri[]) | Initializes a new instance of the class, specifying the message security modes, and an array of the endpoint URLs. |
EasyUAServer Constructor(Uri) | Initializes a new instance of the class, specifying the primary endpoint URL. |
EasyUAServer Constructor(Uri[]) | Initializes a new instance of the class, specifying an array of endpoint URLs. |