Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LingerOption.xml « System.Net.Sockets « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5b2191bac44aec002539bac45b9c8790b53fec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Net.Sockets.LingerOption" assembly="System">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="LingerOption(System.Boolean, System.Int32)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="enable">TODO</param>
            <param name="secs">TODO</param>
        </constructor>
        <property name="Enabled">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="LingerTime">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
    </class>
</monodoc>