swift-uwp/Sources/UWP/Generated/Windows.Networking.Sockets.swift
2024-02-15 17:14:48 -08:00

22 lines
989 B
Swift

// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
// swiftlint:disable all
import Foundation
@_spi(WinRTInternal) @_spi(WinRTImplements) import WindowsFoundation
import CWinRT
/// [Open Microsoft documentation](https://learn.microsoft.com/uwp/api/windows.networking.sockets.socketsslerrorseverity)
public typealias SocketSslErrorSeverity = __x_ABI_CWindows_CNetworking_CSockets_CSocketSslErrorSeverity
extension UWP.SocketSslErrorSeverity {
public static var none : UWP.SocketSslErrorSeverity {
__x_ABI_CWindows_CNetworking_CSockets_CSocketSslErrorSeverity_None
}
public static var ignorable : UWP.SocketSslErrorSeverity {
__x_ABI_CWindows_CNetworking_CSockets_CSocketSslErrorSeverity_Ignorable
}
public static var fatal : UWP.SocketSslErrorSeverity {
__x_ABI_CWindows_CNetworking_CSockets_CSocketSslErrorSeverity_Fatal
}
}
extension UWP.SocketSslErrorSeverity: @retroactive Hashable, @retroactive Codable {}