示例#1
0
 protected override void InitializeAgentContext()
 {
     _client = new HttpClient();
     AgentContext.Register <HttpClient>(_client);
 }