Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum packet size for transports of the SOAP envelope.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public uint MaxEnvelopeSize { get; set; }
public:
property unsigned int MaxEnvelopeSize {
unsigned int get();
void set(unsigned int value);
}
member MaxEnvelopeSize : uint32 with get, set
Public Property MaxEnvelopeSize As UInteger
Property Value
Type: System.UInt32
The maximum packet size, in kilobytes.
See Also
WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top