WebTestSettings.BinaryHttpBodyContentTypesAsArray Property
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public ReadOnly Property BinaryHttpBodyContentTypesAsArray As String()
public string[] BinaryHttpBodyContentTypesAsArray { get; }
public:
property array<String^>^ BinaryHttpBodyContentTypesAsArray {
array<String^>^ get ();
}
member BinaryHttpBodyContentTypesAsArray : string[]
function get BinaryHttpBodyContentTypesAsArray () : String[]
Property Value
Type: array<System.String[]
Returns String.
.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.