﻿<?xml version="1.0" encoding="utf-8"?><Type Name="TcpConnectionInformation" FullName="System.Net.NetworkInformation.TcpConnectionInformation"><TypeSignature Language="C#" Value="public abstract class TcpConnectionInformation" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit TcpConnectionInformation extends System.Object" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>TCP is a connection-oriented reliable protocol for transporting data between networked computers. It is defined in IETF RFC 793.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides information about the Transmission Control Protocol (TCP) connections on the local computer.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected TcpConnectionInformation ();" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This constructor can be called only by classes that derive from the <see cref="T:System.Net.NetworkInformation.TcpConnectionInformation" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.TcpConnectionInformation" /> class.</para></summary></Docs></Member><Member MemberName="LocalEndPoint"><MemberSignature Language="C#" Value="public abstract System.Net.IPEndPoint LocalEndPoint { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Net.IPEndPoint LocalEndPoint" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.IPEndPoint</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the local endpoint of a Transmission Control Protocol (TCP) connection.</para></summary></Docs></Member><Member MemberName="RemoteEndPoint"><MemberSignature Language="C#" Value="public abstract System.Net.IPEndPoint RemoteEndPoint { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Net.IPEndPoint RemoteEndPoint" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.IPEndPoint</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the <see cref="P:System.Net.NetworkInformation.TcpConnectionInformation.State" /> of this connection is <see cref="F:System.Net.NetworkInformation.TcpState.Listen" />, the remote endpoint is not established, and has all zeros for its IP address.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the remote endpoint of a Transmission Control Protocol (TCP) connection.</para></summary></Docs></Member><Member MemberName="State"><MemberSignature Language="C#" Value="public abstract System.Net.NetworkInformation.TcpState State { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Net.NetworkInformation.TcpState State" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.NetworkInformation.TcpState</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The states for TCP connections are described in the <see cref="T:System.Net.NetworkInformation.TcpState" /> enumeration documentation.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the state of this Transmission Control Protocol (TCP) connection.</para></summary></Docs></Member></Members></Type>