Skip to content

Commit 8030680

Browse files
committed
Make Stream Constructor public
1 parent 8b14aa5 commit 8030680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vban/Facade.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static VBANStream<string> OpenTextStream(IPAddress ipAddress, int? port)
2929
// ReSharper disable once InconsistentNaming
3030
public class VBANStream<T> : IOStream
3131
{
32-
internal VBANStream(Factory packetFactory, IPAddress ipAddress, int? port)
32+
public VBANStream(Factory packetFactory, IPAddress ipAddress, int? port)
3333
: base(false, true, false, false, null, null)
3434
{
3535
Closed = false;

0 commit comments

Comments
 (0)