|
|
|
@ -336,7 +336,7 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public System.Net.IPEndPoint LocalEndPoint {
|
|
|
|
public System.Net.IPEndPoint LocalEndPoint {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
return _context.Connection.LocalEndPoint;
|
|
|
|
return _connection.LocalEndPoint;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|