XDNetworkState Interface

Definition

Provides information about the connection state of the client computer and whether a connection can be made to a specified network location.

public interface class XDNetworkState : Microsoft::Office::Interop::InfoPath::SemiTrust::_NetworkState
[System.Runtime.InteropServices.Guid("096cd754-0786-11d1-95fa-0080c78ee3bb")]
public interface XDNetworkState : Microsoft.Office.Interop.InfoPath.SemiTrust._NetworkState
type XDNetworkState = interface
    interface _NetworkState
Public Interface XDNetworkState
Implements _NetworkState
Attributes
Implements

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, see_NetworkState

To access the XDNetworkState object associated with the current form, use the NetworkState property of the _XDocument4 class.

Properties

MachineOnlineState

Gets the current connection state of the client computer.

(Inherited from _NetworkState)

Methods

IsDestinationReachable(String)

Gets a value that indicates whether a connection can be made to the specified network destination.

(Inherited from _NetworkState)

Applies to