Files
linux-packaging-mono/mcs/class/System.ServiceModel/Documentation/en/System.ServiceModel/IOnlineStatus.xml
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

77 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IOnlineStatus" FullName="System.ServiceModel.IOnlineStatus">
<TypeSignature Language="C#" Value="public interface IOnlineStatus" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IOnlineStatus" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This interface is implemented when a class needs to indicate the network availability of its instances to other ServiceModel objects.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Defines the properties and events used by network-enabled objects to indicate network availability.</para>
</summary>
</Docs>
<Members>
<Member MemberName="IsOnline">
<MemberSignature Language="C#" Value="public bool IsOnline { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool IsOnline" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets whether the instance has network connectivity and is connected to a resource.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Offline">
<MemberSignature Language="C#" Value="public event EventHandler Offline;" />
<MemberSignature Language="ILAsm" Value=".event class System.EventHandler Offline" />
<MemberType>Event</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Signals that the instance has disconnected from a network resource.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Online">
<MemberSignature Language="C#" Value="public event EventHandler Online;" />
<MemberSignature Language="ILAsm" Value=".event class System.EventHandler Online" />
<MemberType>Event</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Signals that the instance has connected to a network resource.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>