Skip to content

Commit

Permalink
Change to use S.Net.Socket and SslStream instead of StreamSocket on UAP
Browse files Browse the repository at this point in the history
  • Loading branch information
mconnew committed Jul 15, 2017
1 parent 298273d commit 7dc4184
Show file tree
Hide file tree
Showing 19 changed files with 1,340 additions and 2,155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ namespace System.ServiceModel.Channels
{
internal static class ChannelBindingUtility
{
#if !FEATURE_NETNATIVE
public static ChannelBinding GetToken(SslStream stream)
{
return GetToken(stream.TransportContext);
}
#endif // !FEATURE_NETNATIVE

public static ChannelBinding GetToken(TransportContext context)
{
Expand Down
Loading

0 comments on commit 7dc4184

Please sign in to comment.