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");
|
_log = LogManager.GetLogger("NPClient");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// The internal RPC client.
|
|
||||||
/// </summary>
|
|
||||||
public RPCClientStream RPCClient { get; private set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The assigned NP user ID. Will be set on successful authentication.
|
/// The assigned NP user ID. Will be set on successful authentication.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue