'Declaration
Public Shared Sub getresource( _ ByVal resourceID As String, _ ByVal version As String, _ ByRef statusCode As HttpStatusCode, _ ByRef content() As Byte, _ ByRef contentType As String, _ ByRef fileName As String, _ ByRef reasonPhrase As String _ )
public static void getresource( string resourceID, string version, out HttpStatusCode statusCode, out byte[] content, out string contentType, out string fileName, out string reasonPhrase )
Parameters
- resourceID
- version
- statusCode
- content
- contentType
- fileName
- reasonPhrase