ReturnT - the next stage of the updatepublic static interface HasServerNameIndication.UpdateStages.WithServerNameIndication<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
withoutServerNameIndication()
Ensures server name indication (SNI) is not required.
|
ReturnT |
withServerNameIndication()
Requires server name indication (SNI).
|
ReturnT withServerNameIndication()
ReturnT withoutServerNameIndication()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/