f3e3aab35a
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
13 lines
301 B
C#
13 lines
301 B
C#
//
|
|
// Resource strings referenced by the code.
|
|
//
|
|
// Copyright 2014 Xamarin Inc
|
|
//
|
|
// Mono-specific additions, which are not in SR.cs.
|
|
//
|
|
partial class SR
|
|
{
|
|
public const string mono_net_io_shutdown = "mono_net_io_shutdown";
|
|
public const string mono_net_io_renegotiate = "mono_net_io_renegotiate";
|
|
}
|