GetLocalResponse Method
Returns the locla resource byte array
Syntax
'Declaration Public Overridable Function GetLocalResponse( _ ByVal requestAddress As String _ ) As Byte()
'Usage Dim instance As WebControl Dim requestAddress As String Dim value() As Byte value = instance.GetLocalResponse(requestAddress)
public virtual byte[] GetLocalResponse( string requestAddress )
public: virtual array<byte>^ GetLocalResponse( String^ requestAddress )
Parameters
- requestAddress
- request URL
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