Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the bytes that are associated with the body.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property BodyBytes As Byte()
public byte[] BodyBytes { get; internal set; }
public:
property array<unsigned char>^ BodyBytes {
array<unsigned char>^ get ();
internal: void set (array<unsigned char>^ value);
}
member BodyBytes : byte[] with get, internal set
function get BodyBytes () : byte[]
internal function set BodyBytes (value : byte[])
Property Value
Type: array<Byte[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.