Xceed .NET Libraries Documentation
Reply Property (HttpReplyException)


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > HttpReplyException Class : Reply Property
Gets the HttpReply received from the HTTP proxy.
Syntax
'Declaration
 
Public ReadOnly Property Reply As HttpReply
'Usage
 
Dim instance As HttpReplyException
Dim value As HttpReply
 
value = instance.Reply
public HttpReply Reply {get;}

Property Value

A HttpReply object representing the reply received from a HTTP proxy.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HttpReplyException Class
HttpReplyException Members