Click or drag to resize

BaseEndpointSecureRequired Property

True if the endpoint uses encrypted communication

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public bool SecureRequired { get; }

Property Value

Type: Boolean

Implements

IBaseEndpointSecureRequired
See Also