repo.or.cz
/
libtpproto-csharp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed binary files
[libtpproto-csharp.git]
/
libtpproto-csharp
/
Net
/
Https.cs
blob
68a31bea9fc29da08693eb6ec90a5ed37d4d8b00
1
/*
2
* License: GPLv3+
3
* Created at 18:11 19.05.2008
4
*
5
* Author: Marcel Hauf
6
*/
7
8
using
System
;
9
10
namespace
LibTpProto
.
Net
11
{
12
/// <summary>
13
/// Description of Https.
14
/// </summary>
15
public class
Https
16
{
17
public
Https
()
18
{
19
// HTTPS connection
20
}
21
}
22
}