WSManConnectionInfo.MaximumReceivedDataSizePerCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Total data (in bytes) that can be received from a remote machine targeted towards a command. If null, then the size is unlimited. Default is unlimited data.
public:
property Nullable<int> MaximumReceivedDataSizePerCommand { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaximumReceivedDataSizePerCommand { get; set; }
member this.MaximumReceivedDataSizePerCommand : Nullable<int> with get, set
Public Property MaximumReceivedDataSizePerCommand As Nullable(Of Integer)