c# Programming Glossary: rfc
How can I send emails through SSL SMTP with the .NET Framework? http://stackoverflow.com/questions/1011245/how-can-i-send-emails-through-ssl-smtp-with-the-net-framework issues a STARTDLS then switches to an Encrypted connection RFC 2228 but doesn't support Implicit SSL entire connection is wrapped..
Java equivalent of C#'s Rfc2898DerivedBytes http://stackoverflow.com/questions/1012363/java-equivalent-of-cs-rfc2898derivedbytes but I have never used it. A free Java implementation of RFC 2898 PKCS#5 PBKDF2 There seems to be no small and freely available.. to be no small and freely available Java implementation of RFC 2898 PKCS#5 available. Small as in only a few source files with.. implementation is quite simple and can be derived from the RFC description quite literally. My code is a clean room implementation..
Create “Hello Wold” WebSocket example http://stackoverflow.com/questions/10200910/create-hello-wold-websocket-example to use latest and stable specification for 18 04 12 RFC 6455 . This specification contains all necessary information..
Python: Inflate and Deflate implementations http://stackoverflow.com/questions/1089662/python-inflate-and-deflate-implementations block length does not match.html According to RFC 1950 http www.ietf.org rfc rfc1950.txt a zlib stream constructed.. of a 2 byte header e.g. 0x78 0x9C a deflate stream see RFC 1951 http www.ietf.org rfc rfc1951.txt an Adler 32 checksum..
How to Query an NTP Server using C#? http://stackoverflow.com/questions/1193955/how-to-query-an-ntp-server-using-c time.windows.com NTP message size 16 bytes of the digest RFC 2030 var ntpData new byte 48 Setting the Leap Indicator Version..
How to Create Deterministic Guids http://stackoverflow.com/questions/2642141/how-to-create-deterministic-guids share improve this question As mentioned by @bacar RFC 4122 §4.3 defines a way to create a name based UUID. The advantage..
How to find out the Encoding of a File? C# http://stackoverflow.com/questions/3404199/how-to-find-out-the-encoding-of-a-file-c-sharp a Unicode file Check to see if it UTF 8 using the original RFC 2279 definition from 1998 and if it then treat it and load it..
How to detect whether a character belongs to a Right To Left language? http://stackoverflow.com/questions/4330951/how-to-detect-whether-a-character-belongs-to-a-right-to-left-language Here's the complete list as of Unicode 3.2 from RFC 3454 D. Bidirectional tables D.1 Characters with bidirectional..
C#: Seeking PNG Compression algorithm/library [closed] http://stackoverflow.com/questions/4418454/c-seeking-png-compression-algorithm-library a save function on your own in .NET that implements RFC 2083 2 Implement a save function based off porting libpng to..
Sending Outlook meeting requests without Outlook? http://stackoverflow.com/questions/461889/sending-outlook-meeting-requests-without-outlook in the dark much better than gnawing your way through RFC 2445 . But then again maybe a handy library exists for .NET...
How to check that a uri string is valid http://stackoverflow.com/questions/4835269/how-to-check-that-a-uri-string-is-valid A well formed URI implies conformance with certain RFCs. The local path in your example is not conformant with these... able to parse the input. While the URI input might not be RFC conformant it still can be a valid URI. Update And to answer..
C# SIP Stack/Library http://stackoverflow.com/questions/498056/c-sharp-sip-stack-library that you become very familiar with the SIP specification RFC 3261 to use the library effectively. After reading the specs.. Agents. Interoperability is tough. There are hundreds of RFCs related to SIP. Different end points use different ones and..
Querying an LDAP http://stackoverflow.com/questions/6452531/querying-an-ldap you may have a look to LDAP C Binding API as discribed in RFC 1823 specifies Microsoft support it see MS Strategy for Lightweight..
GETting a URL with an url-encoded slash http://stackoverflow.com/questions/781205/getting-a-url-with-an-url-encoded-slash Here is the relevant part of the OCSP protocol standard RFC 2560 Appendix A.1.1 An OCSP request using the GET method is.. URI even though this appears to be legal in my reading of RFC 3986 . Uri uri new Uri http example.com 2F Console.WriteLine..
|