Skip to content

Commit 0cde289

Browse files
authored
Merge pull request #166 from beaverlyhillsstudios/master
SSL Stream support + .NET6
2 parents 2b27236 + 4baf243 commit 0cde289

File tree

10 files changed

+474
-387
lines changed

10 files changed

+474
-387
lines changed

Enyim.Caching/Configuration/IMemcachedClientConfiguration.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public interface IMemcachedClientConfiguration
4242

4343
IServerPool CreatePool();
4444

45+
bool UseSslStream { get; }
46+
4547
}
4648
}
4749

0 commit comments

Comments
 (0)