Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 3ef9595

Browse files
committed
EndPoint to IpEndPoint
1 parent af36ece commit 3ef9595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/EventArguments/SessionEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal SessionEventArgs()
4141
public bool IsHttps => WebSession.Request.RequestUri.Scheme == Uri.UriSchemeHttps;
4242

4343

44-
public EndPoint ClientEndPoint => (IPEndPoint)TcpClient.Client.RemoteEndPoint;
44+
public IPEndPoint ClientEndPoint => (IPEndPoint)TcpClient.Client.RemoteEndPoint;
4545

4646
/// <summary>
4747
/// A web session corresponding to a single request/response sequence

0 commit comments

Comments
 (0)