API Reference
Class
WebOriginTlsEndpoint
Direct origin endpoint to validate with TLS SNI.
Inheritance
- Object
- WebOriginTlsEndpoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public WebOriginTlsEndpoint(IPAddress address, String hostName, Int32 port = 443) #Initializes a new instance of the WebOriginTlsEndpoint class.
Parameters
- address System.Net.IPAddress
- hostName System.String
- port System.Int32 = 443
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object