hprose / hprose-dotnet

Hprose 3.0 for .NET
MIT License
383 stars 98 forks source link

hprose client3.0如何获取http的相关状态,如状态码 #42

Closed WildShooter closed 2 years ago

WildShooter commented 5 years ago

hprose client3.0如何获取http的相关状态,如状态码,通过请求服务,拿到服务的状态码,来验证服务是否通

andot commented 5 years ago

目前没有这个功能,如果需要的话,这个可以加上。

andot commented 5 years ago

目前 .NET 客户端可以通过返回的 context 获取这些信息。.NET CF 客户端还不支持。

andot commented 2 years ago

.NET CF 也支持了。通过 context["httpStatusCode"]context["httpStatusText"] 可以获取到。