PacketEncoding Enumeration
Specifies the packet encoding of a WSMan session options object.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public enum PacketEncoding
public enum class PacketEncoding
type PacketEncoding
Public Enumeration PacketEncoding
Members
Member name | Description | |
---|---|---|
Default | Transport-specific default encoding per the WinRM protocol handler. |
|
Utf16 | UTF-16 encoding. |
|
Utf8 | UTF-8 encoding. |
See Also
Microsoft.Management.Infrastructure.Options Namespace
Return to top