Skip to content

Added missing keys & values for NSStream #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 9, 2015

Conversation

SoneeJohn
Copy link
Contributor

No description provided.

@@ -169,53 +169,53 @@ public protocol NSStreamDelegate : class {
// NSString constants for the propertyForKey/setProperty:forKey: API
// String constants for the setting of the socket security level.
// use this as the key for setting one of the following values for the security level of the target stream.
public let NSStreamSocketSecurityLevelKey: String = "" // NSUnimplemented
public let NSStreamSocketSecurityLevelKey: String = "NSStreamSocketSecurityLevelKey"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically the value is kCFStreamPropertySocketSecurityLevel
since this will need to interop with CF code. once NSStream is done.

@phausler
Copy link
Contributor

phausler commented Dec 9, 2015

looks good to me

phausler added a commit that referenced this pull request Dec 9, 2015
Added missing keys & values for NSStream
@phausler phausler merged commit e11d0ad into swiftlang:master Dec 9, 2015
atrick pushed a commit to atrick/swift-corelibs-foundation that referenced this pull request Jan 12, 2021
Update dependencies to latest master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants