mirror of https://github.com/icedream/npsharp.git
Remove unused RPCClient field from NPClient.
parent
73a315e6cc
commit
0f71d59a14
|
@ -36,11 +36,6 @@ namespace NPSharp.NP
|
|||
_log = LogManager.GetLogger("NPClient");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The internal RPC client.
|
||||
/// </summary>
|
||||
public RPCClientStream RPCClient { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// The assigned NP user ID. Will be set on successful authentication.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue